mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
perf(trie): use sorted_unstable for proof target chunking (#20827)
This commit is contained in:
@@ -138,7 +138,7 @@ impl ChunkedMultiProofTargets {
|
||||
)
|
||||
}
|
||||
})
|
||||
.sorted();
|
||||
.sorted_unstable();
|
||||
Self { flattened_targets, size }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user