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 ebfe
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-05.16:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370449804.31.0.800313752699.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
Here are more benchmarks of vanilla 3.4 vs. cityhash vs. fast_hash_3 on both arm7l and x86-64. The patch was applied varbatim, only caching disabled. On arm7l, the cpu was fixed to maximum freq (it seems to take ages to switch frequencies, at least there is a lot of jitter with ondemand). The cityhash implementation was compiled with -O3 on both platforms and -msse4.2 on x86-64.

CityHash and fh3 come out much better than vanilla on x86-64 with cityhash being slightly faster (which is surprising). On ARM7 CityHash performs much worse than vanilla and fh3 significantly better.
History
Date User Action Args
2013-06-05 16:30:04ebfesetrecipients: + ebfe, tim.peters, rhettinger, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, asvetlov, skrah, neologix, python-dev, serhiy.storchaka, isoschiz
2013-06-05 16:30:04ebfesetmessageid: <1370449804.31.0.800313752699.issue16427@psf.upfronthosting.co.za>
2013-06-05 16:30:04ebfelinkissue16427 messages
2013-06-05 16:30:04ebfecreate