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 rhettinger
Recipients gvanrossum, iritkatriel, rhettinger, serhiy.storchaka
Date 2021-09-09.19:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631215911.87.0.84395499561.issue45152@roundup.psfhosted.org>
In-reply-to
Content
Idea for improving unmarshalling speed:  Since reading PYCs is I/O bound, it may be worthwhile to compress them.  When the idea came up previously, Antoine suggested choosing an algorithm with the fastest possible decompression speed (iirc, it was lzma4 at the time).  This should be an easy optimization that doesn't require changing the rest of the runtime.
History
Date User Action Args
2021-09-09 19:31:51rhettingersetrecipients: + rhettinger, gvanrossum, serhiy.storchaka, iritkatriel
2021-09-09 19:31:51rhettingersetmessageid: <1631215911.87.0.84395499561.issue45152@roundup.psfhosted.org>
2021-09-09 19:31:51rhettingerlinkissue45152 messages
2021-09-09 19:31:51rhettingercreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.