python-farmhash icon indicating copy to clipboard operation
python-farmhash copied to clipboard

Python bindings for the Google's FarmHash

Results 1 python-farmhash issues
Sort by recently updated
recently updated
newest added

In the current version, - farmhash does not support `bytes` in Python 3. For example, `farmhash.hash64(b'123')` will lead to `TypeError: argument 1 must be str, not bytes`. - It does...