You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm Evgeny Koshelev, working on STXN now. I'm subscribed on the MEV Letter, interested in understanding the FlashBots MEV approach, as we're working on MEV timing in STXN. This article raised my interest. https://writings.flashbots.net/parallel-builder
I took a look at the parallel execution code, specifically into the conflict finder and grouping code. My first thought there was that this kind of problem is a great fit for a disjoint set. The set is to be built with UnionFind algorithm, also it can support continuous build, keeping a disjoint set and adding new orders continuously.
What do you think about that? If you think it's better to be posted on any FlashBots forum, please let me know.
The text was updated successfully, but these errors were encountered:
rbuilder/crates/rbuilder/src/building/builders/parallel_builder/conflict_resolvers.rs
Line 68 in ccd9cb5
Hi, I'm Evgeny Koshelev, working on STXN now. I'm subscribed on the MEV Letter, interested in understanding the FlashBots MEV approach, as we're working on MEV timing in STXN. This article raised my interest. https://writings.flashbots.net/parallel-builder
I took a look at the parallel execution code, specifically into the conflict finder and grouping code. My first thought there was that this kind of problem is a great fit for a disjoint set. The set is to be built with UnionFind algorithm, also it can support continuous build, keeping a disjoint set and adding new orders continuously.
What do you think about that? If you think it's better to be posted on any FlashBots forum, please let me know.
The text was updated successfully, but these errors were encountered: