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

MurmurHash: Difference between revisions

Content deleted Content added
→‎Usage and availability: added Hadoop. Note that this is yet another reliable, non-blog reference. In fact, it's a reference manual for a notable project.
→‎Usage and availability: Added more uses. None are from unreliable sources.
Line 15:
 
==Usage and availability==
Murmur was originally expressed in C++, and has been ported to a number of popular languages, including Python[http://pypi.python.org/pypi/Murmur/0.1.3][http://linux.softpedia.com/get/Programming/Libraries/Murmur-43801.shtml], C#[http://landman-code.blogspot.com/2009/02/c-superfasthash-and-murmurhash2.html], Perl[http://search.cpan.org/~tmaesaka/Digest-MurmurHash-0.10/lib/Digest/MurmurHash.pm], Java[http://www.getopt.org/murmur/MurmurHash.java][http://hadoop.apache.org/hbase/docs/r0.19.1/api/org/apache/hadoop/hbase/util/MurmurHash.html] and Delphi[https://forums.embarcadero.com/thread.jspa?messageID=99863&#99863].
 
It has been adopted into [http://tangent.org/552/libmemcached.html libmemcached], which is the C driver for [[Memcached]], is used by [[maatkit]][http://code.google.com/p/maatkit/source/detail?r=3273 used] by, [[maatkitHadoop]] and [[http://hadoop.apache.org/hbase/docs/r0.19.3/api/org/apache/hadoop/hbase/util/MurmurHash.html in], [[HadoopRuby_(programming_language)|Ruby]][http://rubyforge.org/projects/murmurhash/], and may be found in hashing utilities such as [http://odzysk.info/?s=easyhash Easy Hash].
 
==External links==