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

Create faster low quality hash #58

Open
tkaitchuck opened this issue Oct 29, 2020 · 2 comments
Open

Create faster low quality hash #58

tkaitchuck opened this issue Oct 29, 2020 · 2 comments

Comments

@tkaitchuck
Copy link
Owner

Following up on rust-lang/hashbrown#207
It may be beneficial to have lower quality non-dos-resistant hash for cases where applications don't care about these features.

It would make sense to do this as a separate hasher instance. The trick is to find a way to do this without having to duplicate all of the code.

@tkaitchuck
Copy link
Owner Author

It may be better to have a separate HasherBuilder so that it can be changed on a map by map basis.

@colelawrence
Copy link

Would this make it more applicable to include meowhash? I think it has a similar approach to ahash.

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

No branches or pull requests

2 participants