We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great library, I'm switching over from pyfarmhash and checking equivalence.
pyfarmhash
>>> pyhash.farm_fingerprint_64()(bytearray('fôobár', encoding='utf-8')) == farmhash.fingerprint64('fôobár') True
👍
I know you explain this in the README.md, and again in #24, but I still don't understand why:
>>> pyhash.farm_fingerprint_64()(bytearray('fôobár', encoding='utf-8')) == pyhash.farm_fingerprint_64()('fôobár') False
What encoding is used when a string is passed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Great library, I'm switching over from
pyfarmhash
and checking equivalence.👍
I know you explain this in the README.md, and again in #24, but I still don't understand why:
What encoding is used when a string is passed?
The text was updated successfully, but these errors were encountered: