replace AccountsIndex btree with hashmap of 8k bins (#19212)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4aaca73e42
						
					
				
				
					commit
					02b050e0f5
				
			@@ -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)
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user