[issue19904] Add 128-bit integer support to struct

Stefan Krah report at bugs.python.org
Sat Dec 7 11:47:49 CET 2013


Stefan Krah added the comment:

If performance is the reason for the feature: My impression is that
the goal of the struct module is not necessarily top performance.

E.g. in memoryview the custom unpackers for comparisons are 30-60 times
faster than using the struct module.

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19904>
_______________________________________


More information about the Python-bugs-list mailing list