solana/core
behzad nouri a01291069a
initializes thread-pools with lazy_static instead of thread_local (#24853)
In addition to thread_local -> lazy_static change, a number of thread-pools are
initialized with get_max_thread_count to achieve parity with the older code in
terms of number of validator threads.
2022-05-05 20:00:50 +00:00
..
benches Prioritize BankingStage packets individually in min-max heap (#24187) 2022-05-04 21:50:56 -05:00
src initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00
tests Update all BankForks methods to return owned values (#24801) 2022-04-28 18:51:00 +00:00
.gitignore
Cargo.toml initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00