Module parallel

Source
Expand description

Parallel L2 Backtesting - Multi-symbol parallel execution with rayon

Provides efficient parallel backtesting across multiple symbols using rayon’s work-stealing thread pool for optimal CPU utilization.

Structs§

MultiSymbolBacktest
Multi-symbol backtesting with shared state
ParallelConfig
Configuration for parallel L2 backtesting
ParallelEngine
Parallel L2 backtesting engine
SharedState
Shared state between symbols
SimpleMarketDataProvider
Example market data provider for testing
SymbolConfig
Symbol-specific configuration

Traits§

MarketDataProvider
Market data provider trait
ParallelStrategy
Parallel strategy wrapper that clones strategies for each symbol