solana-with-rpc-optimizations/entry
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 Refactor: Sanitized transaction creation (#23558) 2022-03-15 12:02:22 +08:00
src initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00
Cargo.toml initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00