Use IndexMap and FxHash for some hot hash maps
This commit is contained in:
parent
c7998d93d0
commit
cf69a2c94c
4 changed files with 28 additions and 15 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -495,6 +495,12 @@ dependencies = [
|
|||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[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.5"
|
||||
|
|
@ -689,11 +695,13 @@ dependencies = [
|
|||
"dirs",
|
||||
"glob",
|
||||
"html-escape",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"rand",
|
||||
"regex",
|
||||
"regex-syntax",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue