Monthly Archives: July 2006

Multithreaded issues

Here it is, the first blog post which has been requested by one of you, my fellow readers! Today, we dive into a multi-threaded queue and discover nasty concurrency problems.

Posted in Programming | Tagged , | Leave a comment

Thread-pool

It is a really hot summer here, and so I decided to build my own pool: And here it is: The niven thread-pool (sorry for this bad joke) Anyway, the first working thread-pool is done, the last milestone towards the … Continue reading

Posted in Programming | Tagged , , | 2 Comments

Exception(al?) performance

Read on for an exception performance review with Visual C++ and x86 vs. the new x86_64 ABI.

Posted in Programming | Tagged , | Leave a comment

Style tweaked a bit

I’ve been fixing some small issues with the current style, leading to a more or less complete rewrite of the CSS stylesheet. It should work fine now with Firefox 1.5.0.4 (and most likely older versions, too) and IE7 Beta 3 … Continue reading

Posted in Web development | Tagged | 3 Comments