sorting many arrays from one...

Alex Martelli aleax at aleax.it
Tue Jul 9 11:38:41 EDT 2002


Shagshag13 wrote:

> 
> "Alex Martelli" <aleax at aleax.it>
> 
> it's ok for everything. but i should have writed DISK storage :o) that's
> why i use the int id - string mapping...

If your string are so many that you need to hold them on disk, then
a memory-based string<->id map will still be of no use.  bsddb, gdbm
or some relational DB may be closer to what you want!


Alex




More information about the Python-list mailing list