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
..
2020-09-20 23:10:50 +00:00
2020-08-05 12:04:15 -06:00
2020-08-05 12:04:15 -06:00
2019-07-12 18:28:42 -07:00