Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rryqszq4/cython-murmurhash
- Owner: rryqszq4
- License: bsd-2-clause
- Created: 2017-07-23T08:14:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T08:28:42.000Z (over 7 years ago)
- Last Synced: 2024-11-12T23:31:23.303Z (2 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cython-murmurhash
=================test
--------
```python
import libmmhashlibmmhash.hash32("foo", 3, 0)
libmmhash.hash64("foo", 3, 0)
```