[issue27574] Faster parsing keyword arguments

Serhiy Storchaka report at bugs.python.org
Sat Dec 17 15:40:32 EST 2016


Serhiy Storchaka added the comment:

Just for the history, there are two alternative patches. They unpack keyword arguments to linear array. I expected this approach can add more optimization, but actually the benefit is too small or negative.

----------
Added file: http://bugs.python.org/file45946/faster_keyword_args_parse_alt.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27574>
_______________________________________


More information about the Python-bugs-list mailing list