Dedup bloom filter is too slow (#22607)
* Faster dedup * use ahash * fixup * single threaded * use duration type * remove the count * fixup
This commit is contained in:
committed by
GitHub
parent
6d5bbca630
commit
d6011ba14d
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/solana-perf"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ahash = "0.7.6"
|
||||
bincode = "1.3.3"
|
||||
curve25519-dalek = { version = "3" }
|
||||
dlopen = "0.1.8"
|
||||
|
Reference in New Issue
Block a user