On Thu, May 26, 2016 at 10:19:05AM +0000, Artyom Skrobov wrote:
[...]
> The motivation for this patch was to enable a memory footprint 
> optimization, discussed at http://bugs.python.org/issue26415 My 
> proposed optimization reduces the memory footprint by up to 30% on the 
> standard benchmarks, and by 200% on a degenerate case which sparked 
> the discussion. The run time stays unaffected by this optimization.

That can't be right. How can you reduce memory usage by more than one 
hundred percent? That would mean you have saved more memory than was 
originally used and are now using a negative amount of memory.


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

Reply via email to