Abhishek Pratap | 7 Aug 2012 01:12
Picon

*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
_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Albert-Jan Roskam | 7 Aug 2012 10:22
Picon
Favicon

Re: *large* python dictionary with persistence storage for quick look-ups


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.
_______________________________________________
Tutor maillist  -  Tutor <at> python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Gmane