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

chore: add hint about ahash usage #931

Merged
merged 5 commits into from
May 26, 2023
Merged

Conversation

tanruixiang
Copy link
Member

@tanruixiang tanruixiang commented May 25, 2023

Related Issues

Closes #921

Detailed Changes

Be careful not to use ahash for non-memory scenarios.
Note that when an upstream dependency also references the same library, their FEATURES are merged.
Reference:
[1] https://github.com/tkaitchuck/aHash/blob/master/README.md?plain=1#L22

Test Plan

@tanruixiang tanruixiang changed the title chore: replacing ahash with the safer murmur3 chore: add hint about ahash usage May 25, 2023
Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jiacai2050 jiacai2050 merged commit 6303f4c into apache:main May 26, 2023
@tanruixiang tanruixiang deleted the remove_ahash branch June 13, 2023 11:49
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.

Implement a Hasher based on murmur3
2 participants