solana/runtime
sakridge 595017499e
accounts_index: RwLock per-account (#5198)
* accounts_index: RwLock per-account

Lots of lock contention on the accounts_index lock,
only take write-lock on accounts_index if we need to insert/remove an
account.
For updates, take a read-lock and then write-lock on the individual
account.

* Remove unneeded enumerate and add comments.
2019-07-20 17:58:39 -07:00
..
benches runtime: Add bench for accounts::hash_internal_state (#5157) 2019-07-19 10:32:29 -06:00
src accounts_index: RwLock per-account (#5198) 2019-07-20 17:58:39 -07:00
tests Boot remote native loads, take 2 (#5106) 2019-07-15 13:16:09 -06:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Bump libloading from 0.5.1 to 0.5.2 (#4950) 2019-07-17 09:29:45 -06:00
append_vec_serialize add fee burning (#4818) 2019-06-26 10:13:21 -07:00