solana/core
anatoly yakovenko d343713f61
Optimize packet dedup (#22571)
* Use bloom filter to dedup packets

* dedup first

* Update bloom/src/bloom.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* Update core/src/sigverify_stage.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* Update core/src/sigverify_stage.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* Update core/src/sigverify_stage.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* fixup

* fixup

* fixup

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-01-19 13:58:20 -08:00
..
benches Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
src Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
tests convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
.gitignore
Cargo.toml Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00