Posts Tagged ‘hundred’
Aug 18, 2013
How to Optimize Usage of Hundreds of Thousands of Qt QRect Class

If you’re planning on using hundreds of thousands of rectangles in your Qt application, you might be surprised that it might not perform at optimal speeds. Here’s how I speed up my Qt applications… (more…)