Skip to main content

Module parallel

Module parallel 

Source

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.