Skip to content

Commit

Permalink
Use equivalent::Comparator to allow lookup to be customized
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 4, 2024
1 parent abf24e1 commit 7affa8d
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 196 deletions.
1 change: 1 addition & 0 deletions crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ std = ["alloc", "crossbeam-epoch/std", "crossbeam-utils/std"]
alloc = ["crossbeam-epoch/alloc"]

[dependencies]
equivalent = "1"
crossbeam-epoch = { version = "0.9.17", path = "../crossbeam-epoch", default-features = false }
crossbeam-utils = { version = "0.8.18", path = "../crossbeam-utils", default-features = false }

Expand Down
Loading

0 comments on commit 7affa8d

Please sign in to comment.