mmh3

Python 3.x library for MurmurHash3, a set of fast and robust hash functions
Download

mmh3 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Publisher Name:
  • Hajime Senuma
  • Publisher web site:
  • http://packages.python.org/

mmh3 Tags


mmh3 Description

Python 3.x library for MurmurHash3, a set of fast and robust hash functions mmh3 is a Python library for MurmurHash3, a set of fast and robust hash functions.Sample usage: >>> import mmh3 >>> print(mmh3.hash('foobar')) 7689522670935629698 >>> print(mmh3.hash('foobar', 1984)) -2658072074200010265 >>> print(mmh3.hash_x64_128('foobar', 1984)) bytearray(b'\xe71\xec\x15\x88\xa1\x1c\xdb\xcb\xc6&\x9bq\xe0\xfe\x91')MurmurHash3 was created by Austin Appleby, http://code.google.com/p/smhasher/Modified by Hajime Senuma Requirements: · Python


mmh3 Related Software