solana/runtime
sakridge 43053dcc90
Re-use accounts stores (#12885)
* Re-use accounts_db stores

Creating files and dropping mmap areas can be expensive

* Add test for storage finder

Can encounter an infinite loop when the store is too small, but
smaller than the normal store size.

* Fix storage finding

* Check for strong_count == 1

* try_recycle helper
2020-11-04 09:17:05 -08:00
..
benches Remove Entrypoint type 2020-10-29 21:45:24 -07:00
src Re-use accounts stores (#12885) 2020-11-04 09:17:05 -08:00
store-tool Add store-tool (#13254) 2020-11-01 09:41:28 -08:00
tests move Account to solana-sdk (#13198) 2020-10-28 22:01:07 -07:00
.gitignore Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00
Cargo.toml Finer grained AccountsIndex locking (#12787) 2020-10-21 17:05:27 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00