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 eric.snow
Recipients brett.cannon, eric.snow, gvanrossum, lemburg, nedbat, ronaldoussoren
Date 2021-08-26.19:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630007026.62.0.131074571998.issue45020@roundup.psfhosted.org>
In-reply-to
Content
> The big time consumer is turning marshal'ed code objects back
> into Python objects, though. If that could be made faster by
> e.g. using a more efficient storage format such as one which is
> platform dependent, it'd be a much bigger win than the freezing
> approach.

That's something Guido has been exploring. :)

See: https://github.com/faster-cpython/ideas/issues/84 (and others)
History
Date User Action Args
2021-08-26 19:43:46eric.snowsetrecipients: + eric.snow, lemburg, gvanrossum, brett.cannon, ronaldoussoren, nedbat
2021-08-26 19:43:46eric.snowsetmessageid: <1630007026.62.0.131074571998.issue45020@roundup.psfhosted.org>
2021-08-26 19:43:46eric.snowlinkissue45020 messages
2021-08-26 19:43:46eric.snowcreate