I want to process large binary files (>2GB) in Python.  I have played 
around with prototypes in pure Python and profiled the code.  Most of 
the time seems to be spent converting back and forth to and from strings 
using the struct module.  Is there a way to directly read into an array 
of integers in Python?

TIA

David Lees
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to