[issue2015] Possible optimisations in kwargs handling

Antoine Pitrou report at bugs.python.org
Mon Feb 11 01:40:20 CET 2008


Antoine Pitrou added the comment:

Amaury, you may take a look at the patch in issue #1819.
Also, dict lookups have a big overhead compared to raw pointer compares,
I'm not sure naively converting all kwargs handling to dict lookups
would make things faster.

----------
nosy: +pitrou

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2015>
__________________________________


More information about the Python-bugs-list mailing list