Skip to content

Commit

Permalink
Update symbol_table
Browse files Browse the repository at this point in the history
Brings symbol_table to the same version of hashbrown as egglog and has
multi-threaded performance improvements.
  • Loading branch information
thaliaarchi committed Oct 28, 2024
1 parent 60342af commit 3ffa03a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
33 changes: 7 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ indexmap = "2.0"
instant = "0.1"
log = "0.4"
rustc-hash = "1.1"
symbol_table = { version = "0.3.0", features = ["global"] }
symbol_table = { version = "0.4.0", features = ["global"] }
thiserror = "1"
lazy_static = "1.4"
num-integer = "0.1.45"
Expand Down

0 comments on commit 3ffa03a

Please sign in to comment.