[issue22789] Compress the marshalled data in PYC files

Raymond Hettinger report at bugs.python.org
Sat Nov 8 07:32:04 CET 2014


Raymond Hettinger added the comment:

> there is really no reason why they should take more space on disk
> than necessary, so it's a sure win in any case.

That is a nice summary.

> FWIW, LZ4HC compression sounds like an obvious choice for
> write-once-read-many data like .pyc files to me.

+1

----------

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


More information about the Python-bugs-list mailing list