Module parallel_batch

Module parallel_batch 

Source
Expand description

Parallel batch processing for high-throughput RDF operations

This module provides a parallel batch processor with work-stealing queues, configurable thread pools, and progress tracking for efficient RDF data processing.

Structs§

BatchConfig
Configuration for parallel batch processing
BatchStats
Statistics for batch processing
BatchStatsSummary
ParallelBatchProcessor
Parallel batch processor with work-stealing queues

Enums§

BatchOperation
Batch operation types

Type Aliases§

ProgressCallback
Progress callback for tracking batch operations