solana/kvstore
Mark E. Sinclair 5d73ab299b
Clean up locks in KvStore (#3358)
* Lift all shared mutable state into Kvstore

commit is now an AtomicUsize

In-memory table and write-log are now struct members behind individual RwLocks
2019-03-18 19:04:31 -05:00
..
benches Extract kvstore into separate crate (#3327) 2019-03-15 18:42:47 -05:00
src Clean up locks in KvStore (#3358) 2019-03-18 19:04:31 -05:00
tests Extract kvstore into separate crate (#3327) 2019-03-15 18:42:47 -05:00
Cargo.toml Bump kvstore version to 0.13.0 to match all other solana crates (#3334) 2019-03-15 19:05:24 -05:00