[issue12190] intern filenames in bytecode

Mike Solomon report at bugs.python.org
Sat May 28 02:51:36 CEST 2011


Mike Solomon <msolo at gmail.com> added the comment:

The in-memory fix is really the most important - the disk space was a bonus
and an easy metric to gather.

Unfortunately, our app won't be upgrading to python 3.x.

On Fri, May 27, 2011 at 7:10 AM, Benjamin Peterson
<report at bugs.python.org>wrote:

>
> Benjamin Peterson <benjamin at python.org> added the comment:
>
> As you can see, I've implemented a similar solution in 3.3. It should have
> the same memory savings but not disk space saving. (This would require
> reintroducing the marshal feature for interned strings.)
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue12190>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file22159/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12190>
_______________________________________
-------------- next part --------------
The in-memory fix is really the most important - the disk space was a bonus and an easy metric to gather. <div><br></div><div>Unfortunately, our app won&#39;t be upgrading to python 3.x.<br><br><div class="gmail_quote">On Fri, May 27, 2011 at 7:10 AM, Benjamin Peterson <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
Benjamin Peterson &lt;<a href="mailto:benjamin at python.org">benjamin at python.org</a>&gt; added the comment:<br>
<br>
</div>As you can see, I&#39;ve implemented a similar solution in 3.3. It should have the same memory savings but not disk space saving. (This would require reintroducing the marshal feature for interned strings.)<br>
<br>
----------<br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue12190" target="_blank">http://bugs.python.org/issue12190</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br></div>


More information about the Python-bugs-list mailing list