Skip to content

Commit 4a1a0eb

Browse files
committed
Auto merge of #124940 - orlp:mum-hash-perf-run, r=<try>
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. ?r `@thomcc`
2 parents 238c1e7 + de4ef31 commit 4a1a0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -3447,8 +3447,7 @@ dependencies = [
34473447
[[package]]
34483448
name = "rustc-hash"
34493449
version = "1.1.0"
3450-
source = "registry+https://github.com/rust-lang/crates.io-index"
3451-
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3450+
source = "git+https://github.com/orlp/rustc-hash/?branch=mum-hash-perf-run#576bcaf44a3dd1820b0e28166a0244e1f68e0875"
34523451

34533452
[[package]]
34543453
name = "rustc-main"

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ strip = true
111111
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
112112
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
113113
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
114+
rustc-hash = { git = "https://github.com/orlp/rustc-hash/", branch = "mum-hash-perf-run" }

0 commit comments

Comments
 (0)