This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients erno, exarkun, ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2009-02-04.20:18:52
SpamBayes Score 4.379194e-06
Marked as misclassified No
Message-id <1233778737.02.0.756821171877.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I put an alternative in the sandbox /dbm_sqlite/alt/dbdict.py and
am attaching a copy here.  The idea is to emulate gdbm's fast mode and
delay all writes until closing.  That lets us subclass from dict and get
high-speed lookups, sets, and deletions.  Freeing ourselves from an DB
also gets us a choice of ultra-portable file formats (json, csv, pickle,
eval).
History
Date User Action Args
2009-02-04 20:18:57rhettingersetrecipients: + rhettinger, skip.montanaro, gregory.p.smith, jcea, ghaering, josiahcarlson, exarkun, pitrou, erno, gregburd
2009-02-04 20:18:57rhettingersetmessageid: <1233778737.02.0.756821171877.issue3783@psf.upfronthosting.co.za>
2009-02-04 20:18:55rhettingerlinkissue3783 messages
2009-02-04 20:18:55rhettingercreate