I like D. J. Bernstein a lot. I like his code,
and well, I like his code. I don't really know the guy, but anyway.
It's like this: a lot of the data I work with is read only. I have an app that
needs this read only datastore and it needs to be fast. And simple.
DJB has this cdb thing, that meets all of those requirements AND has
a clean API. but the api is only for C. I don't code in C. I really don't code so much as type-till-it-compiles anyway, BUT I've got this
C++ version of cdb and I thought I should release it. My code is GPL, with the copywrite holder being me. The cdb stuff is, I believe, public domain. Get It Here. There is a makefile, and it compiles under gcc 3.3
let me know what you think, All complements go to DJB all complaints
go to me. Thank you.