(Go: >> BACK << -|- >> HOME <<)

MurmurHash: Difference between revisions

Content deleted Content added
Recreating with support from NuclearWarfare, the administrator who initially deleted it, and no objection from Jclemens, who repeated the deletion. See Talk for details.
m Fixing ref
Line 8:
 
The canonical implementations are in [[C++]], but there are efficient ports for a variety of popular languages, including [[Python (programming language)|Python]]<ref>[http://code.google.com/p/py-fasthash/ py-fasthash in Python]</ref>, [[C Sharp (programming language)|C#]]<ref>[http://landman-code.blogspot.com/2009/02/c-superfasthash-and-murmurhash2.html Davy Landman in C#]</ref>, [[Perl]]<ref>[http://search.cpan.org/~tmaesaka/Digest-MurmurHash-0.10/lib/Digest/MurmurHash.pm Toru Maesaka in Perl]</ref>, [[Ruby (programming language)|Ruby]]<ref>http://rubyforge.org/projects/murmurhash Jeff Hodges
in Ruby</ref>, and [[Java (programming language)|Java]]<ref></ref><ref name="Hadoop"/>.
 
It has been adopted into a number of open-source projects, most notably libmemcached<ref>[http://tangent.org/552/libmemcached.html libmemcached]</ref> (the [[C (programming language)|C]] driver for [[Memcached]]), [[maatkit]]<ref>[http://code.google.com/p/maatkit/source/detail?r=3273 maatkit]</ref>, and [[Hadoop]]<ref name="Hadoop"/>.