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

Migrate twox-hash -> xxhash-rust. Switch to Xxh3 for better performance. #2080

Merged
merged 3 commits into from
Nov 11, 2023
Merged

Migrate twox-hash -> xxhash-rust. Switch to Xxh3 for better performance. #2080

merged 3 commits into from
Nov 11, 2023

Conversation

dtzxporter
Copy link
Contributor

xxhash-rust is more maintained, built against ::core, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.

@hecrj hecrj added this to the 0.12 milestone Sep 13, 2023
dtzxporter and others added 3 commits November 11, 2023 03:40
xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

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

Awesome! Thank you 🥳

@hecrj hecrj enabled auto-merge November 11, 2023 02:45
@hecrj hecrj merged commit 53f5f93 into iced-rs:master Nov 11, 2023
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants