[Tutor] *large* python dictionary with persistence storage for quick look-ups

Albert-Jan Roskam fomcl at yahoo.com
Tue Aug 7 10:22:13 CEST 2012




________________________________
From: Abhishek Pratap <abhishek.vit at gmail.com>
To: tutor at python.org 
Sent: Tuesday, August 7, 2012 1:12 AM
Subject: [Tutor] *large* python dictionary with persistence storage for quick look-ups

Hey Guys
>
>I have asked a question on stackoverflow and thought I would post it
>here as it has some learning flavor attached to it...atleast I feel
>that.
>
>http://stackoverflow.com/questions/11837229/large-python-dictionary-with-persistence-storage-for-quick-look-ups
>
>-Abhi
>
>===>> Interesting. The first thing that came to my mind was the shelve module, but this not the most highly rated solution. Another thing I used before is the marshall module, which is disgustingly fast, but the persistent file is not portable to other Python (sub)versions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120807/13e3581c/attachment.html>


More information about the Tutor mailing list