Module batcher

Module batcher 

Source
Expand description

Transaction batching for Pool insertion for high-throughput scenarios

This module provides transaction batching logic to reduce lock contention when processing many concurrent transaction pool insertions.

Structsยง

BatchTxProcessor
Transaction batch processor that handles batch processing
BatchTxRequest
A single batch transaction request All transactions processed through the batcher are considered local transactions (TransactionOrigin::Local) when inserted into the pool.