On 2006-04-30, David Lees <[EMAIL PROTECTED]> wrote:
> 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?

Perhaps the numarray module?

-- 
Grant Edwards
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to