solana-with-rpc-optimizations/core
behzad nouri e0b59a6f53
prunes turbine QUIC connections (#33663)
The commit implements lazy eviction for turbine QUIC connections.
The cache is allowed to grow to 2 x capacity at which point at least
half of the entries with lowest stake are evicted, resulting in an
amortized O(1) performance.
2023-10-20 21:52:37 +00:00
..
benches Remove entry shuffling (#33378) 2023-10-02 09:03:12 -07:00
src prunes turbine QUIC connections (#33663) 2023-10-20 21:52:37 +00:00
tests Adds `--no-skip-initial-accounts-db-clean` *hidden* CLI flag (#33664) 2023-10-12 13:32:40 -04:00
.gitignore
Cargo.toml Define PohRecorder set_bank related test helper methods (#33626) 2023-10-11 10:34:39 +09:00
build.rs