solana-with-rpc-optimizations/core
steviez bf0a3684eb
Make ReplayStage create the parallel fork replay threadpool (#137)
ReplayStage owning the pool allows for subsequent work to configure
the size of the pool; configuring the size of the pool inside of the
lazy_static would have been a little messy
2024-03-08 12:52:35 -06:00
..
benches Give SigVerify and ShredFetch threads unique names (#98) 2024-03-05 22:02:04 -06:00
src Make ReplayStage create the parallel fork replay threadpool (#137) 2024-03-08 12:52:35 -06:00
tests [SVM] Move RuntimeConfig to program-runtime (#96) 2024-03-07 10:16:16 -08:00
.gitignore
Cargo.toml SVM: Move SVM code to its own crate folder (#35119) 2024-02-06 16:06:32 -08:00
build.rs