Fast pythonic way to process a huge integer list

Terry Reedy tjreedy at udel.edu
Wed Jan 6 22:10:13 EST 2016


On 1/6/2016 9:36 PM, high5storage at gmail.com wrote:
>
> I have a list of 163.840 integers. What is a fast & pythonic way to process this list in 1,280 chunks of 128 integers?

What have you tried that did not work?  This is really pretty simple, 
but the detail depend on the meaning of 'process a chunk'.

-- 
Terry Jan Reedy




More information about the Python-list mailing list