solana/gossip
behzad nouri e3b137066d
caches WeightedShuffle struct in ClusterNodes (#22877)
Instead of reconstructing WeightedShuffle struct for each shred
broadcast or retransmit, we can use the same struct with minimal
mutations.
2022-02-02 15:12:26 +00:00
..
benches removes Rng field from WeightedShuffle struct (#22850) 2022-02-01 15:27:23 +00:00
src caches WeightedShuffle struct in ClusterNodes (#22877) 2022-02-02 15:12:26 +00:00
tests convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml chore: bump serde from 1.0.134 to 1.0.136 (#22817) 2022-01-28 12:20:37 -07:00
build.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00