Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve cache eviction policy for LoadedPrograms (solana-labs#34391)
* Use 2's random selection to evict program cache * implement decaying of usage counter * replace RwLock with AtomicU64 * address review comments * remove -> swap_remove
- Loading branch information