En/na Mathew Yeates ha escrit::
> I typically deal with very large arrays that don't fit in memory. How
> does Numpy handle this? In Matlab I can use memory mapping but I would
> prefer caching as is done in The Gimp.
Hi Mathew. If you are in the need of storing large arrays on disk, you
may h
Mathew Yeates wrote:
> Hi
> I typically deal with very large arrays that don't fit in memory. How
> does Numpy handle this? In Matlab I can use memory mapping but I would
> prefer caching as is done in The Gimp.
Numpy has a memmap array constructor; as it happens, I was using it for
the first t
Hi
I typically deal with very large arrays that don't fit in memory. How
does Numpy handle this? In Matlab I can use memory mapping but I would
prefer caching as is done in The Gimp.
Any pointers appreciated.
Mathew
___
Numpy-discussion mailing list