I’ve been rewriting my Debtags stuff the last few days. The backend has been rewritten using a tdb database. Next I’ll probably make some command line tools to import data (like from the email interface of the current database), then I’ll rewrite the web frontend.

I used to store data in a MySQL database, but this is not sufficient when it comes to performance. I’m trying to get rid of data copying and parsing as far as possible.