solana/core/benches
Ashwin Sekar f207af765e
Split out voting and banking threads in banking stage (#27931)
* Split out voting and banking threads in banking stage

Additionally this allows us to aggressively prune the buffer for voting threads
as with the new vote state only the latest vote from each validator is
necessary.

* Update local cluster test to use new Vote ix

* Encapsulate transaction storage filtering better

* Address pr comments

* Commit cargo lock change

* clippy

* Remove unsafe impls

* pr comments

* compute_sanitized_transaction -> build_sanitized_transaction

* &Arc -> Arc

* Move test

* Refactor metrics enums

* clippy
2022-10-20 21:10:48 +00:00
..
banking_stage.rs Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
cluster_info.rs enforces that LAST_SHRED_IN_SLOT is also DATA_COMPLETE_SHRED (#24892) 2022-05-02 23:33:53 +00:00
cluster_nodes.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
consensus.rs Update all BankForks methods to return owned values (#24801) 2022-04-28 18:51:00 +00:00
gen_keys.rs
retransmit_stage.rs caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
shredder.rs caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
sigverify_stage.rs Bench: preshrink + sigverify (#25480) 2022-06-02 09:19:01 -05:00
unprocessed_packet_batches.rs Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00