Skip to content

Commit 7248e33

Browse files
committed
Update to latest rustc-hash version
This is a very minor performance win, a few percent in my benchmarking. typing_1.ml went from 3.013M to 2.996M instructions (0.6% reduction). slow_1.rs went from 2.153M to 2.046M instructions (5% reduction). Fixes #728
1 parent f1bd870 commit 7248e33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ regex = "1.10.4"
4141
clap = { version = "3.2.25", features = ["cargo", "env", "wrap_help"] }
4242
itertools = "0.11.0"
4343
typed-arena = "2.0.2"
44-
rustc-hash = "1.1.0"
44+
rustc-hash = "2.0.0"
4545
strsim = "0.10.0"
4646
lazy_static = "1.4.0"
4747
# tree-sitter 0.22.5 uses std::os::fd::AsRawFd, which was added in Rust 1.66.

0 commit comments

Comments
 (0)