solana/core/benches
behzad nouri cbea9ebc34
indexes nodes' contact infos in crds table (#13553)
In several places in gossip code, the entire crds table is scanned only
to filter out nodes' contact infos. Currently on mainnet, crds table is
of size ~70k, while there are only ~470 nodes. So the full table scan is
inefficient. Instead we may maintain an index of only nodes' contact
infos.
2020-11-15 16:38:04 +00:00
..
banking_stage.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
blockstore.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
cluster_info.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
consensus.rs Persistent tower (#10718) 2020-09-19 14:03:54 +09:00
crds.rs indexes nodes' contact infos in crds table (#13553) 2020-11-15 16:38:04 +00:00
crds_gossip_pull.rs indexes nodes' contact infos in crds table (#13553) 2020-11-15 16:38:04 +00:00
crds_shards.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
gen_keys.rs Rename solana to solana-core (#5583) 2019-08-21 10:23:33 -07:00
poh.rs Add solana-ledger crate (#6415) 2019-10-18 09:28:51 -07:00
poh_verify.rs Simd poh (#10604) 2020-06-16 23:03:26 -07:00
retransmit_stage.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
shredder.rs Add back shredding broadcast stats (#13463) 2020-11-09 23:04:27 -08:00
sigverify_stage.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00