Monthly Archives: August 2009

Carmack’s 2009 keynote

Even though QuakeCon 2009 is over since quite some time, I just got around to watch the keynote a few days ago. At first it is a bit slow-going when Carmack starts how great the guys at Bethesda are, and … Continue reading

Posted in Graphics | Tagged , , , | Leave a comment

Boost 1.40 released

Just saw it, Boost 1.40 has been released. Contains a few fixes for GCC 4.4 and VC 10 (great!), performance improvements and loads of other bugfixes. Asio has also got a lot of updates. The build system has been slightly … Continue reading

Posted in Programming | Tagged , | Leave a comment

Updated Qt build instructions

I’ve updated my post on building Qt, adding how to skip examples and demo generation. I’ve tested it recently, and adding -nomake examples -nomake demos to configure really works. Thanks to Michael for this nice tip!

Posted in Programming | Tagged , , | Leave a comment

Optimising performance: Strings, maps, sets

I had to optimise the performance of my research stuff lately to get into near-interactive rates — with a few new insights how to quickly improve code which uses lots of strings and complex data structures. Note that this is … Continue reading

Posted in Programming | Tagged , | Leave a comment