[issue44283] Add jump table for certain safe match-case statements

Dennis Sweeney report at bugs.python.org
Wed Jun 2 03:03:36 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

FWIW PEP 603 includes a graph (Figure 2) of dict.get versus hamt.get performance as the mappings grow, and it seems the hamt is roughly 1.4x slower on inputs of sizes between 10 and 1000.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44283>
_______________________________________


More information about the Python-bugs-list mailing list