Constant Database
Thursday, September 18th, 2008When coding in python I’m often performing text processing and I end up with some form of inverted index or associative array in memory and I want to persist it.
On and off I’ve tried using the Berkeley Database from Oracle. Inevitably I find that it takes forever to write out large data sets. There are […]