|
From: <sk...@po...> - 2005-09-11 15:25:27
|
Joost> is it possible to use compression while storing
Joost> numarray/Numeric objects?
Try the gzip or bz2 modules. Both have file-like objects that transparently
(de)compress data as it is read or written.
Joost> Ideally the compression also works with memmory mapped arrays.
Dunno, but probably not. You'll have to experiment.
Skip
|