Skip to content

perf: switch md5 to xxhash #262

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

Merged
merged 1 commit into from
Apr 9, 2025
Merged

perf: switch md5 to xxhash #262

merged 1 commit into from
Apr 9, 2025

Conversation

DaniPopes
Copy link
Member

Closes #259.

@DaniPopes DaniPopes requested review from klkvr and mattsse as code owners April 8, 2025 23:27
let id = hex::encode(result);
let id = utils::unique_hash_many([
ETHERS_FORMAT_VERSION,
&version.to_string(),
Copy link
Member Author

Choose a reason for hiding this comment

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

solc_short excluded since it's a subset of version

@DaniPopes DaniPopes force-pushed the dani/xxhash branch 2 times, most recently from 23d79c4 to 59f5469 Compare April 8, 2025 23:40
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm

@mattsse mattsse merged commit da9c930 into main Apr 9, 2025
15 checks passed
@mattsse mattsse deleted the dani/xxhash branch April 9, 2025 05:23
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.

Change checksum hashing algorithm to xxhash
2 participants