Consider tokio::task::JoinSet
for parallel computation
#216
Labels
good first issue
Good for newcomers
tokio::task::JoinSet
for parallel computation
#216
mev-rs/mev-boost-rs/src/relay_mux.rs
Line 168 in 7f66dfb
We likely want to use
JoinSet
here and anywhere we use this type of pattern for parallelism. The current implementation provides concurrency within one thread but I think this means we are leaving some performance on the table...The text was updated successfully, but these errors were encountered: