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 vstinner
Recipients benspiller, serhiy.storchaka, vstinner
Date 2019-09-25.14:56:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569423379.15.0.120301936028.issue38278@roundup.psfhosted.org>
In-reply-to
Content
I also suggest you to not focus on such micro-benchmarks. It's not relevant to make a whole application faster. Use PyPy if you care about performances. PyPy has a very efficient implementation for dictionary and it's JIT compiler can go way further than CPython. In some cases, PyPy can even replace hash table lookup with array access:
https://twitter.com/cfbolz/status/1175493837516627968
History
Date User Action Args
2019-09-25 14:56:19vstinnersetrecipients: + vstinner, serhiy.storchaka, benspiller
2019-09-25 14:56:19vstinnersetmessageid: <1569423379.15.0.120301936028.issue38278@roundup.psfhosted.org>
2019-09-25 14:56:19vstinnerlinkissue38278 messages
2019-09-25 14:56:19vstinnercreate