Mike Solomon <ms...@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
<rep...@bugs.python.org>wrote:

>
> Benjamin Peterson <benja...@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 <rep...@bugs.python.org>
> <http://bugs.python.org/issue12190>
> _______________________________________
>

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12190>
_______________________________________
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:rep...@bugs.python.org";>rep...@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:benja...@python.org";>benja...@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:rep...@bugs.python.org";>rep...@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>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to