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:
anatoly yakovenko
2022-01-21 19:23:48 -08:00
committed by GitHub
parent 6d5bbca630
commit d6011ba14d
6 changed files with 181 additions and 85 deletions

View File

@@ -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"