solana/runtime/benches
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
..
accounts.rs Add RPC notify and banking keys debug (#12396) 2020-09-23 18:46:42 -07:00
accounts_index.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
append_vec.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
bank.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
bloom.rs adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
message_processor.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
status_cache.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
transaction_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00