replace AccountsIndex btree with hashmap of 8k bins (#19212)

This commit is contained in:
Jeff Washington (jwash)
2021-08-26 18:12:43 -05:00
committed by GitHub
parent 4aaca73e42
commit 02b050e0f5
3 changed files with 250 additions and 61 deletions

View File

@@ -802,6 +802,7 @@ impl Accounts {
"load_to_collect_rent_eagerly_scan_elapsed",
ancestors,
range,
true,
|collector: &mut Vec<(Pubkey, AccountSharedData)>, option| {
Self::load_while_filtering(collector, option, |_| true)
},