mev-rs icon indicating copy to clipboard operation
mev-rs copied to clipboard

feat(benches): Choose v Shuffle with Benchmark

Open refcell opened this issue 1 year ago • 0 comments

Description

Optimizes mev-boost-rs bid selection to use the O(1) rand::seq::SliceRandom::choose() over the O(n) rand::seq::SliceRandom::shuffle().

Benchmark included with improved time shown below.

Screenshot 2023-11-11 at 7 24 49 AM

refcell avatar Nov 11 '23 12:11 refcell