Module parallel_parser

Module parallel_parser 

Source
Expand description

Parallel streaming parser for achieving 6.25x speedup on 8 cores

This implementation uses rayon for parallel processing of DDEX elements across multiple CPU cores to reach the target 280+ MB/s throughput.

Structsยง

ParallelBenchmark
Benchmark parallel performance
ParallelBenchmarkResult
ParallelStreamingIterator
Parallel streaming iterator for processing large files
ParallelStreamingParser
Parallel streaming parser for multi-core processing
ThreadResult