huge persistent dictionary

Moshe Zadka moshez at zadka.site.co.il
Wed Nov 8 08:58:09 EST 2000


> PROBLEM:
> compiling this large file "data.py" takes about 5 Minutes and takes
> about 50 Megs of Memory.
> 
> QUESTION:
> Is there any other way to make such structures of primitive types
> persistent?

See the "marshal" module, which will let you serialize the same way,
without the awkwardness of compiling Python code.
-- 
Moshe Zadka <sig at zadka.site.co.il>
This is a signature anti-virus. 
Please stop the spread of signature viruses!




More information about the Python-list mailing list