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 Dennis Sweeney
Recipients Dennis Sweeney, brandtbucher, rhettinger
Date 2021-06-02.07:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622617416.55.0.975885921939.issue44283@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-02 07:03:36Dennis Sweeneysetrecipients: + Dennis Sweeney, rhettinger, brandtbucher
2021-06-02 07:03:36Dennis Sweeneysetmessageid: <1622617416.55.0.975885921939.issue44283@roundup.psfhosted.org>
2021-06-02 07:03:36Dennis Sweeneylinkissue44283 messages
2021-06-02 07:03:36Dennis Sweeneycreate