ralexstokes / mev-rs

a gateway to a network of block builders
Other
413 stars 76 forks source link

feat(benches): Choose v Shuffle with Benchmark #197

Open refcell opened 10 months ago

refcell commented 10 months ago

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