solana/core
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 scans crds table in parallel for finding old labels (#13073) 2020-10-23 14:17:37 +00:00
src shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
tests shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
.gitignore
Cargo.toml Bump spl-token and spl-memo crate versions 2020-11-04 21:44:33 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00