writing to a file

sturlamolden sturlamolden at yahoo.no
Wed May 30 12:50:53 EDT 2007


On May 30, 4:53 pm, sturlamolden <sturlamol... at yahoo.no> wrote:

> However, numpy has a properly working memory mapped array class,
> numpy.memmap.

It seems that NumPy's memmap uses a buffer from mmap, which makes both
of them defunct for large files. Damn.

mmap must be fixed.









More information about the Python-list mailing list