mmap?
Aahz Maruch
aahz at panix.com
Mon Oct 23 14:10:14 EDT 2000
More information about the Python-list mailing list
Mon Oct 23 14:10:14 EDT 2000
- Previous message (by thread): mmap?
- Next message (by thread): mmap?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <Pine.GSO.4.10.10010231257370.6802-100000 at ux8.cso.uiuc.edu>, seung-won hwang <shwang5 at students.uiuc.edu> wrote: > >Hi, thanks for your answer. However, I think mmap is only for mutable >string. Is there any other way to save/load data structure on memory >to file using Python? Your answer would be very helpful to me! Oh, I see. Use the cPickle module and just write the results to a file. (I got confused by your mention of mmap.) -- --- Aahz (Copyright 2000 by aahz at pobox.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 "Boy, I got vision, and the rest of the world wears bifocals." --Butch Cassidy
- Previous message (by thread): mmap?
- Next message (by thread): mmap?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list