solana/sdk
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 Cleanup and feature gate instruction processing (#12359) 2020-09-20 10:58:12 -07:00
bpf Bump rust-bpf to v0.2.4 (#12361) 2020-09-20 23:10:50 +00:00
docker-solana Update nofile flag in Docker to run Solana 2020-08-28 16:49:28 -07:00
macro Bump version to 1.4.0 2020-08-05 12:04:15 -06:00
macro-frozen-abi Bump version to 1.4.0 2020-08-05 12:04:15 -06:00
src adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Add keccak-secp256k1 instruction (#11839) 2020-09-15 18:23:21 -07:00
build.rs Apply #![feature(proc_macro_hygiene)] when needed 2020-07-14 14:40:02 -07:00