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 shubhar
Recipients serhiy.storchaka, shubhar
Date 2017-05-25.20:25:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495743914.68.0.637740687758.issue30476@psf.upfronthosting.co.za>
In-reply-to
Content
It is wasteful to generate the CRC Table every time, via _crctable = list(map(_gen_crc, range(256))). Better to have a pre-computed table.

I will submit the patch which incorporates this feature along with micro-benchmark results. Related issue:

http://bugs.python.org/issue30467

http://bugs.python.org/issue30468
History
Date User Action Args
2017-05-25 20:25:14shubharsetrecipients: + shubhar, serhiy.storchaka
2017-05-25 20:25:14shubharsetmessageid: <1495743914.68.0.637740687758.issue30476@psf.upfronthosting.co.za>
2017-05-25 20:25:14shubharlinkissue30476 messages
2017-05-25 20:25:14shubharcreate