Who needs databases?
Things that happen when I’m suffering Insomnia: I squeeze 5% out of the storage space required to store Eressea’s data.
Things that happen when I’m suffering Insomnia: I squeeze 5% out of the storage space required to store Eressea’s data.
In my last post, I demonstrated that crit-bit trees are really fast. This time, I want to talk a little
The problem with the prefix search problem I described in my previous post is that there is most likely no
Algorithms and data structures are fun. The other week, I had the chance to implement something I needed for a
Today I was going to make a tiny DLL that binds some C code with tolua++, and I ran into
I installed a new version of msysgit some days ago, and git svn rebase stopped working. Some digging showed that
I started this project with a simple Makefile. Eventually, I’d gotten to 30+ source files, and the Makefiles were getting
Before I get to write any more implementation, it’s time to write some tests for my interfaces. I like to
The first thing I’m going to need is a service provider that serves the interface to the game. I’m a
The other day I needed a linked list for the umpteenth time, and instead of going with the old (data,