solana/gossip
behzad nouri d7b8329b45
removes repeated calls to ClusterInfo::id in iterators and contact-info clone (#18174)
Calling ClusterInfo::id repeatedly in for loops or iterators is
inefficient, because it acquires a lock on ClusterInfo.my_contact_info,
and clones the entire contact-info.
2021-06-23 16:30:14 +00:00
..
benches Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
src removes repeated calls to ClusterInfo::id in iterators and contact-info clone (#18174) 2021-06-23 16:30:14 +00:00
tests chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml chore: bump lru from 0.6.1 to 0.6.5 (#18138) 2021-06-22 17:07:45 +00:00
build.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00