Try out faster hash algorithm

This commit is contained in:
Joscha 2022-09-30 19:02:57 +02:00
parent 5e8589f73e
commit 11c4ff699f
3 changed files with 13 additions and 5 deletions

7
brood/Cargo.lock generated
View file

@ -41,6 +41,7 @@ name = "brood"
version = "0.1.0"
dependencies = [
"clap",
"rustc-hash",
"serde",
"serde_json",
"simd-json",
@ -218,6 +219,12 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "ryu"
version = "1.0.11"