anydbm is slow

Amir Michail amichail at cse.unsw.edu.au
Tue Jan 1 18:41:39 EST 2002


Hi,

I'm trying to write out a large database file using anydbm.
However, it's quite slow.  Writing out a 200 meg file can take hours.

In fact, I do most of the work using an internal map and write out
that map at the end since I thought this would be faster.  (I have
lots of memory.) However, it's still very slow.

Any hints?

Amir



More information about the Python-list mailing list