Of course I'm happy that Python is so much optimized. I'm only
disappointed that I couldn't help to improve the speed with my idea ;-)
On 2018-06-20 22:50, Guido van Rossum wrote:
On Wed, Jun 20, 2018 at 1:16 PM Martin Bammer <mrb...@gmail.com
<mailto:mrb...@gmail.com>> wrote:
I saw this free lists implementation this morning in the
floatobject and
listobject sources,
which already handles the reuse of objects. I must admit I like this
implementation. It's pretty smart.
And yes I'm a little bit disappointed because it reduces the
benefit of
my idea a lot.
Why would you be disappointed? Aren't you happy that you get much of
the benefit without having to do any work?
--
--Guido van Rossum (python.org/~guido <http://python.org/%7Eguido>)
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/