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 danielfleischman
Recipients Dennis Sweeney, danielfleischman, methane, rhettinger, serhiy.storchaka
Date 2021-07-09.02:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+vWjfhuq9A1vEa3cdH8wbLMW4fYttkz1c9XVAV0uG4gtmgBTw@mail.gmail.com>
In-reply-to <1625517517.89.0.211165025671.issue44555@roundup.psfhosted.org>
Content
Hey Raymond,

> "Changing the dict implementation to a linked list would make your case
perform better but would make most users worse off."

Is there any standard benchmark? I would like to implement my idea, as I
think that it is very unlikely that "most users would be made worse off" by
a measurable amount if I implement what I have in mind. If there aren't
standard benchmarks, I can always make artificial ones (insert a lot of
entries, remove them, access, iterate, etc).

Thank you,
Daniel
History
Date User Action Args
2021-07-09 02:37:23danielfleischmansetrecipients: + danielfleischman, rhettinger, methane, serhiy.storchaka, Dennis Sweeney
2021-07-09 02:37:23danielfleischmanlinkissue44555 messages
2021-07-09 02:37:23danielfleischmancreate