[pypy-issue] [issue1206] Extreme slowdown of code part (array.array) operations

Amaury Forgeot d Arc tracker at bugs.pypy.org
Sat Jul 21 17:16:29 CEST 2012


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

Maybe it's a lot of work, but could the array module be based on lists 
internally?  How different is an array(typecode='i') from a list with a 
IntegerListStrategy?  The overallocation strategy?

----------
nosy: +afa

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1206>
________________________________________


More information about the pypy-issue mailing list