serial insertion of bins into accounts index (#18469)

This commit is contained in:
Jeff Washington (jwash) 2021-07-12 12:00:45 -05:00 committed by GitHub
parent e806d31224
commit f5ff4b2058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ use crate::{
use bv::BitVec;
use log::*;
use ouroboros::self_referencing;
use rayon::prelude::*;
use solana_measure::measure::Measure;
use solana_sdk::{
clock::{BankId, Slot},
@ -1400,7 +1399,7 @@ impl<T: 'static + Clone + IsCached + ZeroLamport + std::marker::Sync + std::mark
let insertion_time = AtomicU64::new(0);
let duplicate_keys = binned
.into_par_iter()
.into_iter()
.map(|(pubkey_bin, items)| {
let mut _reclaims = SlotList::new();