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

Replace hashbrown with ahash #2075

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Aug 8, 2024

hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.

hashbrown is already used in the standard library, but we want the
improved performance of the different hash algorithm.
Using ahash directly conveys this intent more clearly.
@senekor senekor force-pushed the remo/swzqnkxqzutw branch from ca70595 to dc0ffbe Compare August 8, 2024 09:12
@mo8it mo8it merged commit f7b0cfe into rust-lang:main Aug 8, 2024
7 checks passed
@mo8it
Copy link
Contributor

mo8it commented Aug 8, 2024

Thanks :D

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.

2 participants