[issue5557] Byte-code compilation uses excessive memory
STINNER Victor
report at bugs.python.org
Tue Mar 24 23:09:24 CET 2009
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
Python uses inefficent memory structure for integers. You should use a
3rd part library like numpy to manipulate large integer vectors.
----------
nosy: +haypo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5557>
_______________________________________
More information about the Python-bugs-list
mailing list