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 h.venev
Recipients Jim.Jewett, Mark.Shannon, benjamin.peterson, h.venev, serhiy.storchaka, vaultah
Date 2021-01-28.18:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611860291.59.0.705515572652.issue24275@roundup.psfhosted.org>
In-reply-to
Content
Benchmark program attached.

0. Creates a dict with str keys
1. str lookups
2. str subclass lookups on the same dict
3. str lookups on the same dict

Results before patch:
0.9493069459404069 +- 0.004707371313935551
1.47313450980997 +- 0.01350596115630158
1.3181799192904144 +- 0.006550182814933545

Results after patch:
0.9498907704499289 +- 0.003721378313122522
1.4936510094799451 +- 0.057905386684185135
0.9494844124498195 +- 0.0029465760297623235
History
Date User Action Args
2021-01-28 18:58:11h.venevsetrecipients: + h.venev, benjamin.peterson, Mark.Shannon, Jim.Jewett, serhiy.storchaka, vaultah
2021-01-28 18:58:11h.venevsetmessageid: <1611860291.59.0.705515572652.issue24275@roundup.psfhosted.org>
2021-01-28 18:58:11h.venevlinkissue24275 messages
2021-01-28 18:58:11h.venevcreate