This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients alex, fil, mark.dickinson, pitrou, skrah, tim.peters
Date 2013-12-07.10:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386413269.82.0.210123614095.issue19904@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-07 10:47:49skrahsetrecipients: + skrah, tim.peters, mark.dickinson, pitrou, alex, fil
2013-12-07 10:47:49skrahsetmessageid: <1386413269.82.0.210123614095.issue19904@psf.upfronthosting.co.za>
2013-12-07 10:47:49skrahlinkissue19904 messages
2013-12-07 10:47:49skrahcreate