Skip to content
New issue

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

refactor!: drop murmurHash support #104

Merged
merged 2 commits into from
Feb 18, 2025
Merged

refactor!: drop murmurHash support #104

merged 2 commits into from
Feb 18, 2025

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Feb 18, 2025

ohash used to use murmurhash however due to overlaps + implementation errors initially we have switched to sha256+base64.

We kept murmurhash for backward compact but it seems almost unused, taking install size bytes.

Note

If you were using this function and have reasons to need it still, please raise an issue to bring it back!

pi0 added 2 commits February 19, 2025 00:33
@pi0 pi0 merged commit 23fcbb4 into main Feb 18, 2025
2 checks passed
@pi0 pi0 deleted the refactor/drop-murmur branch February 18, 2025 23:38
@divine divine mentioned this pull request Mar 9, 2025
1 task
@taf2
Copy link

taf2 commented Mar 26, 2025

I was only using this project for MurmurHash implementation. its speed and efficiency in non-cryptographic contexts, making it ideal for scenarios where hash functions need to be fast but not necessarily resistant to collision attacks. maybe a MurmurHash3 could be added or loaded optionally?

@pi0
Copy link
Member Author

pi0 commented Mar 26, 2025

I have made an issue to consider adding it back as new subpath #156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants