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 ahash with foldhash #2615

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Replace ahash with foldhash #2615

merged 1 commit into from
Dec 12, 2024

Conversation

marc0246
Copy link
Contributor

foldhash is faster than ahash without needing any special hardware support (and arguably more importantly, without relying on static target feature detection like ahash) while still having very good collision resistance unlike e.g. fxhash. Many crates are moving to foldhash including e.g. hashbrown (and soon Bevy and other downstream crates).

@Rua Rua merged commit 4aa7238 into vulkano-rs:master Dec 12, 2024
6 checks passed
@marc0246 marc0246 deleted the foldhash branch December 12, 2024 17:36
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