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

MurmurHash: Difference between revisions

Content deleted Content added
→‎Usage and availability.: Added link to a few Delphi implementations
Line 187:
 
==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], C#[http://landman-code.blogspot.com/], Perl[http://search.cpan.org/~tmaesaka/Digest-MurmurHash-0.10/lib/Digest/MurmurHash.pm] and, 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 [http://code.google.com/p/maatkit/source/detail?r=3273 used] by [[maatkit]], and may be found in hashing utilities such as [http://odzysk.info/?s=easyhash Easy Hash].