It took CopperSpice almost 16 minutes to build the same QList Qt built in under a second. I have spent more than a day creating the test case and running the test data. It is currently 6:24pm local time. I started my callgrind test of this at about a quarter to 2pm. It’s still running. Here are the current stats. Here is the code: The Qt version is a CMake project. I developed this on … 16 Minutes to Build a QListRead more The post 16 Minutes to Build a QList appeared first on Logikal Blog.| Logikal Blog
This post describe the process of identifying and profiling an inefficient part of GnuTLS. The tool I’m using is callgrind. I won’t describe the tool in detail since I’m not a callgrind expert, instead the focus is on the methodology Continue reading Real-world Performance Tuning with Callgrind→| Simon Josefsson's blog