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 asvetlov, christian.heimes, ebfe, gregory.p.smith, isoschiz, jcea, mark.dickinson, neologix, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah, tim.peters, vstinner
Date 2013-06-06.00:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370479734.34.0.405861767995.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that micro-benchmarks are revelant for this issue. Hash collisions may have an higher cost than the gain of a faster hash function. Some people feel also concerned by the dict denial of service issue.

It would be interesting to compare performances using the benchmark suite:
http://hg.python.org/benchmarks/
History
Date User Action Args
2013-06-06 00:48:54vstinnersetrecipients: + vstinner, tim.peters, rhettinger, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, ebfe, asvetlov, skrah, neologix, python-dev, serhiy.storchaka, isoschiz
2013-06-06 00:48:54vstinnersetmessageid: <1370479734.34.0.405861767995.issue16427@psf.upfronthosting.co.za>
2013-06-06 00:48:54vstinnerlinkissue16427 messages
2013-06-06 00:48:53vstinnercreate