Category Archives: development

Using git to collaborate on a paper

I’m working with others on a paper written in LaTeX.  It’s stored in a git repository.  I figured it would be easy for all of us to track and merge each other’s changes this way.  So my friend clones the … Continue reading

Posted in development | Leave a comment

Evaluating Kyoto Cabinet

Today, I wanted to see whether Kyoto Cabinet could do a better job with table lookups than MySQL. I have a 1.7+ billion row table in MySQL that has three columns, a 64-bit int and two 32-bit ints. This yields … Continue reading

Posted in development | Tagged , , | 4 Comments