anydbm is slow
Skip Montanaro
skip at pobox.com
Thu Jan 3 11:21:33 EST 2002
More information about the Python-list mailing list
Thu Jan 3 11:21:33 EST 2002
- Previous message (by thread): stackless python
- Next message (by thread): anydbm is slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sean> One thing I did find was that letting anydbm pick the dbm module,
Sean> which I eventually found would, after inserting a lot of elements,
Sean> generate an exception on insertion. It, unfortunately, wasn't
Sean> very reliable and I never ended up tracking it down. I did end up
Sean> switching to gdbm, which solved the problem.
Could it have perhaps been choosing bsddb and you had Berkeley DB 1.x
installed? It had serious bugs in the hash implementation.
--
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)
- Previous message (by thread): stackless python
- Next message (by thread): anydbm is slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list