solana/runtime/benches
behzad nouri 8f0796436a
shares the lock on gossip when processing prune messages (#13339)
Processing prune messages acquires an exclusive lock on gossip:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/cluster_info.rs#L1824-L1825
This can be reduced to a shared lock if active-sets are changed to use
atomic bloom filters:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/crds_gossip_push.rs#L50
2020-11-05 15:42:00 +00:00
..
accounts.rs Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
accounts_index.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07: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 Allow feature builtins to overwrite existing builtins (#13403) 2020-11-05 15:37:07 +00:00
bloom.rs shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
message_processor.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -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