Carl Friedrich Bolz <[email protected]> added the comment:

This is mostly a property of the insanely long format strings for pack and
unpack. For human-sized format strings (e.g. struct.pack("iii", 1, 2, 3)) PyPy
is much faster than CPython, both for pack and unpack. Therefore I am closing
the issue.

If somebody is of the opinion that struct format strings are in practice
commonly thousands of characters long, please reopen it.

----------
nosy: +cfbolz
status: chatting -> resolved

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue865>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to