Functions§
- parse_
parallel - V3: Parallel chunked parser.
- parse_
parallel_ streaming - Streaming parallel parse: processes ticks without allocating a big Vec. Calls the provided closure for each tick. Useful for backtesting engines that process ticks on-the-fly.