并行性 (Parallelism)

Sei 订单簿将在其匹配引擎中使用并行性。 The Sei orderbook will use parallelism within its matching engine.

动机 (Motivation)

Order matching is the heaviest L1-level operation on Sei. Since performance is of paramount importance for an exchange, we implemented parallel order matching to speed up the process. Different trading pairs will have their order matching process running in parallel in DEX module's EndBlock section.

订单匹配是 Sei 上最重的 L1 级操作。由于性能对交易所来说至关重要,因此我们实施了并行订单匹配来加快流程。不同的交易对将在 DEX 模块的 EndBlock 部分并行运行他们的订单匹配过程。

最后更新于