solana/core
Liam Vovk e840b9759a
Remove RWLock from EntryNotifier because it causes perf degradation (#33797)
* Remove RWLock from EntryNotifier because it causes perf degradation when entry notifications are enabled on geyser

* remove unused RWLock

* Remove RWLock
2023-11-06 00:55:36 -08:00
..
benches Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
src Remove RWLock from EntryNotifier because it causes perf degradation (#33797) 2023-11-06 00:55:36 -08:00
tests Use program cache fork graph in extract() (#33806) 2023-10-25 06:04:38 -07:00
.gitignore
Cargo.toml TransactionScheduler: Consume Scheduler w/ PrioGraph (#33612) 2023-10-24 11:33:04 +08:00
build.rs