solana-with-rpc-optimizations/gossip
behzad nouri 8da261cf5c
locks crds only once in ClusterInfo::repair_peers (#18752)
ClusterInfo::repair_peers locks crds table twice, and shows performance
regression if the RwLock is not reader-preferred:
https://github.com/solana-labs/solana/blob/269028360/gossip/src/cluster_info.rs#L1188-L1210
2021-07-18 16:55:58 +00:00
..
benches makes CrdsGossip thread-safe (#18615) 2021-07-14 22:27:17 +00:00
src locks crds only once in ClusterInfo::repair_peers (#18752) 2021-07-18 16:55:58 +00:00
tests makes CrdsGossip thread-safe (#18615) 2021-07-14 22:27:17 +00:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
build.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00