Replace RwLock<HashMap> with DashMap in handshake

This commit is contained in:
Mathias Hall-Andersen
2020-06-19 23:45:56 +02:00
parent c1dfc848c4
commit 6e307fc70e
5 changed files with 84 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ clear_on_drop = "0.2.3"
env_logger = "0.7"
num_cpus = "^1.10"
crossbeam-channel = "0.4"
dashmap = "3.11"
cpuprofiler = { version = "*", optional = true }
[dependencies.treebitmap]