On 6/20/2010 4:44 PM, P Kishor wrote:
> On Sun, Jun 20, 2010 at 2:55 PM, P Kishor<[email protected]>  wrote:
>> I sent this out too soon...
>>
>> Actually, my computer becomes unresponsive even when reading the
>> stored piddle. Are there other IO suggestions that I could use, ones
>> that would allow me to work with very large piddles stored on the
>> disk? An iterator kinda like a file handle that would read in the
>> different parts of the piddle only when needed.
>
>
> Tried PDL::IO::FlexRaw.. wow! That is fast, close to instantaneous,
> compared to PDL::IO::Storable.

Storable does a uuencode on the data so it should be
portable between platforms.  FlexRaw is pure binary
with all that entails.

--Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to