Re: [Numpy-discussion] Accessing a numpy array in a mmap fashion

2007-08-30 Thread Anne Archibald
On 30/08/2007, Brian Donovan <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm wondering if there is a way to use a numpy array that uses disk as a > memory store rather than ram. I'm looking for something like mmap but which > can be used like a numpy array. The general idea is this. I'm simulatin

Re: [Numpy-discussion] Accessing a numpy array in a mmap fashion

2007-08-30 Thread Ryan May
Brian Donovan wrote: > Hello all, > > I'm wondering if there is a way to use a numpy array that uses disk as > a memory store rather than ram. I'm looking for something like mmap but > which can be used like a numpy array. The general idea is this. I'm > simulating a system which produces a larg

[Numpy-discussion] Accessing a numpy array in a mmap fashion

2007-08-30 Thread Brian Donovan
Hello all, I'm wondering if there is a way to use a numpy array that uses disk as a memory store rather than ram. I'm looking for something like mmap but which can be used like a numpy array. The general idea is this. I'm simulating a system which produces a large dataset over a few hours of pro