add bloom benchmarking, perf improvement from Fnv ~= 8X (#2477)

* add bloom benchmarking, perf improvement from Fnv ~= 8X
* have a look at bits.set()
* ignore new benches to pacify CI (solana_upload_perf?)
This commit is contained in:
Rob Walker
2019-01-17 18:22:21 -08:00
committed by GitHub
parent 14267e172d
commit 1f87d9ba4a
4 changed files with 140 additions and 35 deletions

View File

@@ -29,6 +29,7 @@ bs58 = "0.2.0"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
fnv = "1.0.6"
hashbrown = "0.1.8"
indexmap = "1.0"
itertools = "0.8.0"