python-smhasher

Python extension for smhasher hash functions
Download

python-smhasher Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Patrick Hensley
  • Publisher web site:
  • http://github.com/phensley/

python-smhasher Tags


python-smhasher Description

Python extension for smhasher hash functions python-smhasher is a Python 2.x/3.x wrapper for the SMHasher non-cryptographic hashing library. It currently supports the MurmurHash3 64-/128-bit and x86/x64 variants.Usage: >>> import smhasher >>> == 'm'] >>> smhasher.murmur3_x86_128('hello') 213030289162235495270783145757721615258L >>> seed = 1138 >>> smhasher.murmur3_x86_128('hello', seed) 94758481705480737162820094006203962724L Requirements: · Python


python-smhasher Related Software