Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rryqszq4/cython-murmurhash

Cython murmurhash in python.
https://github.com/rryqszq4/cython-murmurhash

Last synced: 6 days ago
JSON representation

Cython murmurhash in python.

Awesome Lists containing this project

README

        

cython-murmurhash
=================

test
--------
```python
import libmmhash

libmmhash.hash32("foo", 3, 0)

libmmhash.hash64("foo", 3, 0)
```