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 sbermeister
Recipients Arfrever, Giovanni.Bajo, PaulMcMillan, Vlado.Boza, alex, arigo, benjamin.peterson, camara, christian.heimes, dmalcolm, koniiiik, lemburg, mark.dickinson, sbermeister, serhiy.storchaka, vstinner
Date 2012-11-08.21:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352411935.14.0.517303886359.issue14621@psf.upfronthosting.co.za>
In-reply-to
Content
Ruby uses the Murmur hash for some types (string & integer at least): http://murmurhash.googlepages.com/
src: http://stackoverflow.com/a/3270836/1332819

The Perl hash implementation: http://cpansearch.perl.org/src/NWCLARK/perl-5.8.8/hv.c

PHP5 hash implementation: http://lxr.php.net/xref/PHP_5_4/ext/hash/hash.c

The Probe() function for V8's Javascript implementation is HW-specific:
Hash functions: http://code.google.com/searchframe#W9JxUuHYyMg/trunk/src/hashmap.h&q=Probe%20package:v8%5C.googlecode%5C.com&l=134
Probe() function: http://code.google.com/searchframe#search%26q%3DProbe%20package%3Av8%5C.googlecode%5C.com
History
Date User Action Args
2012-11-08 21:58:55sbermeistersetrecipients: + sbermeister, lemburg, arigo, mark.dickinson, vstinner, christian.heimes, benjamin.peterson, Arfrever, alex, dmalcolm, Giovanni.Bajo, PaulMcMillan, serhiy.storchaka, Vlado.Boza, koniiiik, camara
2012-11-08 21:58:55sbermeistersetmessageid: <1352411935.14.0.517303886359.issue14621@psf.upfronthosting.co.za>
2012-11-08 21:58:55sbermeisterlinkissue14621 messages
2012-11-08 21:58:54sbermeistercreate