In my last contract, we used CEGUI for the User Interface. The String class provided and used by CEGUI uses an internal array as quick buffer for small strings, and reverts to the heap when the data doesn’t fit that quick buffer.
That approach increases performance if the quick buffer is big enough to hold [...]
Archive of entries posted on January 2008
Highly customizable C++ template String class
Possible downtime of the site
My Web Hosting provider is upgrading their servers sometime during the next days (between 25-28 January), so this website will probably be down for ~1hour! That is, if everything goes right.
If you’re one of the employers I had/will have interviews with, and you’re reading this, I really hope the site won’t offline for too long.
czPlayer 0.2.0 released
I’ve been working hard on czPlayer, and here is the result. Version 0.2.0 released.
The API is mostly incompatible with the previous 0.1.1 version.
I’ve made a lot of changes to this version and added some new features, so I decided to jump the version number to 0.2.0.
All the internal refactoring I’ve made will hopefully allow me [...]