This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, python-dev, serhiy.storchaka, vstinner
Date 2017-02-01.16:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485965287.21.0.873673085913.issue29318@psf.upfronthosting.co.za>
In-reply-to
Content
INADA Naoki: "Since mutating kw dict shouldn't affect caller's dict, caller and callee can't share the dict."

Oh, I knew that, it's not the first time that I propose to implement this optimization and that I got this answer !? So I added a comment for myself, to remind me not to propose this optimization anymore :-D

I close this issue.


Serhiy Storchaka: "In most cases kw is empty or very small. I doubt any optimization can have significant effect."

I have no opinion on Naoki's optimization idea.

Naoki: Feel free to implement your idea to measure the speedup, but please open a new issue for that if you consider that it's worth it.

FYI Naoki and me started to list ideas to optimize CPython 3.7:
http://faster-cpython.readthedocs.io/cpython37.html
History
Date User Action Args
2017-02-01 16:08:07vstinnersetrecipients: + vstinner, methane, python-dev, serhiy.storchaka
2017-02-01 16:08:07vstinnersetmessageid: <1485965287.21.0.873673085913.issue29318@psf.upfronthosting.co.za>
2017-02-01 16:08:07vstinnerlinkissue29318 messages
2017-02-01 16:08:07vstinnercreate