solana-with-rpc-optimizations/gossip/benches
behzad nouri d4b30adffe
reworks gossip crds timeouts (#30468)
CrdsGossipPull::make_timeouts iterates over the stakes hashmap and
creates a new hashmap which is unnecessary:
https://github.com/solana-labs/solana/blob/c032dc275/gossip/src/crds_gossip_pull.rs#L517-L539

The commit instead keeps a reference to the stakes hashmap.
2023-03-27 21:52:48 +00:00
..
crds.rs reworks gossip crds timeouts (#30468) 2023-03-27 21:52:48 +00:00
crds_gossip_pull.rs
crds_shards.rs
weighted_shuffle.rs