Skip to content

Commit

Permalink
Removed hash maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Mar 15, 2024
1 parent f0ad04f commit 6c81039
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 83 deletions.
42 changes: 4 additions & 38 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ categories = ["memory-management"]
keywords = ["gc", "garbage", "collector"]

[dependencies]
ahash = "0.8.11"
crossbeam-utils = "0.8.19"
flume = "0.11.0"
intentional = "0.1.1"
kempt = "0.2.3"
kempt = "0.2.4"
parking_lot = { version = "0.12.1" }

[lints]
Expand Down
Loading

0 comments on commit 6c81039

Please sign in to comment.