On 28Apr2020 2006, Steve Dower wrote:
(For those who aren't following it, there's a discussion with a patch and benchmarks going on at https://bugs.python.org/issue40255 about making objects individually immortal. It's more focused around copy-on-write, rather than subinterpreters, but the benefits apply to both.)

More precisely, the benefits are different, but the implementation provides each to each scenario.

I also want to draw attention to one specific post https://bugs.python.org/issue40255#msg366577 where some additional changes (making more objects immortal) brought the benchmarks well back within error margins, after initial checks found more than 10% regression on about 1/4 of the performance suite.

Cheers,
Steve
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/VGIO4GB25DEDJ5FXOUBJV5JMKFDDD5JY/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to