Re: [Numpy-discussion] dealing with large arrays

2006-06-14 Thread Ivan Vilata i Balaguer
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

Re: [Numpy-discussion] dealing with large arrays

2006-06-12 Thread Eric Firing
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

[Numpy-discussion] dealing with large arrays

2006-06-12 Thread Mathew Yeates
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