-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
chore(deps): update rust crate rustc-hash to v2 #4284
Conversation
bac8d95
to
3ddb01a
Compare
|
It seems the new hash changed the ordering algorithm, and the snapshots are failing |
3452ab5
to
15c8814
Compare
CodSpeed Performance ReportMerging #4284 will not alter performanceComparing Summary
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
15c8814
to
89531ea
Compare
This PR contains the following updates:
1.1.0
->2.0.0
Release Notes
rust-lang/rustc-hash (rustc-hash)
v2.0.0
Compare Source
This replaces the previous "fxhash" algorithm originating in Firefox
with a custom hasher designed and implemented by Orson Peters (
@orlp
).It was measured to have slightly better performance for rustc, has better theoretical properties
and also includes a significantly better string hasher.
no_std
buildsv1.2.0
Note: This version has been yanked due to issues with the
no_std
feature!FxBuildHasher
unit structFxRandomState
based onrand
(behind therand
feature) for random seedsconst fn
Clone
forFxHasher
structConfiguration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.