solana-with-rpc-optimizations/perf
behzad nouri 9ad77485ce
generalizes deduper to work with any hashable type (#30753)
generalizes Deduper to work with any hashable type

Current Deduper is hard-coded only for Packet type. In order to use
Deduper in retransmit-stage, we need to dedup types other than Packet.
The commit generalizes Deduper to any hashable type.
2023-03-20 18:04:46 +00:00
..
benches generalizes deduper to work with any hashable type (#30753) 2023-03-20 18:04:46 +00:00
src generalizes deduper to work with any hashable type (#30753) 2023-03-20 18:04:46 +00:00
Cargo.toml dedups packets using an atomic bloom filter (#30726) 2023-03-16 16:45:42 +00:00
build.rs Rework AVX/AVX2 detection again 2021-10-10 12:22:10 -07:00