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 christian.heimes
Recipients christian.heimes, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka
Date 2013-10-28.17:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382979631.92.0.263827581847.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
I have added an optimization for hashing of small strings. It uses an inline version of DJBX33A for small strings [1, 7) on 64bit and [1, 5) on 32bit.

Nick, please use "create patch" before you do your review.
History
Date User Action Args
2013-10-28 17:00:31christian.heimessetrecipients: + christian.heimes, ncoghlan, pitrou, neologix, python-dev, serhiy.storchaka
2013-10-28 17:00:31christian.heimessetmessageid: <1382979631.92.0.263827581847.issue19183@psf.upfronthosting.co.za>
2013-10-28 17:00:31christian.heimeslinkissue19183 messages
2013-10-28 17:00:31christian.heimescreate