Files
solana/core/benches
mergify[bot] 2344391c48 indexes nodes' contact infos in crds table (#13553) (#13601)
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.

(cherry picked from commit cbea9ebc34)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
2020-11-15 17:58:39 +00:00
..
2020-09-19 14:03:54 +09:00
2020-06-16 23:03:26 -07:00
2019-10-18 09:28:51 -07:00
2020-07-02 18:31:32 -07:00