get uniform binary data into array for further processing
Paul Rubin
phr-n2001d at nightsong.com
Thu Oct 11 05:23:37 EDT 2001
More information about the Python-list mailing list
Thu Oct 11 05:23:37 EDT 2001
- Previous message (by thread): get uniform binary data into array for further processing
- Next message (by thread): get uniform binary data into array for further processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think you want to use the array module to read the data, and Numeric to crunch it. I worry a little about whether Python's storage allocator can handle that much data though, especially on a 32-bit machine if you're in fact using one. On a 64-bit machine things may be smoother.
- Previous message (by thread): get uniform binary data into array for further processing
- Next message (by thread): get uniform binary data into array for further processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list