solana/runtime
behzad nouri bb183938d9
adds an atomic variant of the bloom filter (#12422)
For crds_gossip_pull, we want to parallelize build_crds_filters, which
requires concurrent writes to bloom filters.

This commit implements a variant of the bloom filter which uses atomics
for its bits vector and so is thread-safe.
2020-09-24 18:37:19 +00:00
..
benches adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
src adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
tests
.gitignore
Cargo.toml Add keccak-secp256k1 instruction (#11839) 2020-09-15 18:23:21 -07:00
build.rs