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 pitrou
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-02.09:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370167049.22.0.389385893136.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
> I was investigating a callgrind dump of my code, showing how badly
> unicode_hash() was affecting my performance.

Can you tell us about your use case?
There are several CityHash variants, which one did you use? CityHash64?
History
Date User Action Args
2013-06-02 09:57:29pitrousetrecipients: + pitrou, tim.peters, rhettinger, gregory.p.smith, jcea, mark.dickinson, vstinner, christian.heimes, ebfe, asvetlov, skrah, neologix, python-dev, serhiy.storchaka, isoschiz
2013-06-02 09:57:29pitrousetmessageid: <1370167049.22.0.389385893136.issue16427@psf.upfronthosting.co.za>
2013-06-02 09:57:29pitroulinkissue16427 messages
2013-06-02 09:57:29pitroucreate