On Sun, Dec 18, 2011 at 2:55 PM, Antoine Pitrou <solip...@pitrou.net> wrote:

> On Fri, 16 Dec 2011 21:32:44 +0000
> Mark Shannon <m...@hotpy.org> wrote:
> >
> > > per-instance attributes, it just forces them all to keep resizing up,
> > > even though individual instances would be small with the current dict.
> > There is a cut-off point, at the moment it's quite unsophisticated about
> > how it does this, but it could easily be improved.
> > Suggestions are welcome.
>
> Can you open an issue on the bug tracker?
> There you can either give your repo URL, or upload a patch.
> Both should allow to start reviewing the code :)
>
> Regards
>
> Antoine.
>

+1 I'm interested in seeing this as well.

Anything that improves the memory overhead in cpython is appreciated as it
decreases the pain when moving an app from 32bit to 64bit. :)

-gps
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to