Accounts index opt (#4621)

* Add accounts_index bench

* Don't take the accounts index lock unless needed

* Accounts_index remove insert return vec and add capacity stats

* Use hashbrown hashmap for accounts_index
This commit is contained in:
sakridge
2019-06-10 18:15:39 -07:00
committed by GitHub
parent 73491e3ca1
commit 966b6999d1
4 changed files with 131 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
mod accounts;
pub mod accounts_db;
mod accounts_index;
pub mod accounts_index;
pub mod append_vec;
pub mod bank;
pub mod bank_client;