solana/core
behzad nouri 22c02b917e reads gossip push messages off crds ordinal index
Having an ordinal index on crds values based on insert order allows to
efficiently filter values using a cursor. In particular
CrdsGossipPush::push_messages hash-map can be replaced with a cursor,
saving on the bookkeepings, purging, etc
2021-05-09 22:40:41 +00:00
..
benches removes delayed crds inserts when upserting gossip table (#16806) 2021-04-28 11:56:13 +00:00
src reads gossip push messages off crds ordinal index 2021-05-09 22:40:41 +00:00
tests reads gossip push messages off crds ordinal index 2021-05-09 22:40:41 +00:00
.gitignore
Cargo.toml retains crds values if the origin is still active (#16576) 2021-04-23 15:14:49 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00