solana/runtime
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
..
benches shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
src shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
store-tool Add store-tool (#13254) 2020-11-01 09:41:28 -08:00
tests Allow feature builtins to overwrite existing builtins (#13403) 2020-11-05 15:37:07 +00:00
.gitignore Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00
Cargo.toml Finer grained AccountsIndex locking (#12787) 2020-10-21 17:05:27 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00