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§
- Batch
Config - Configuration for parallel batch processing
- Batch
Stats - Statistics for batch processing
- Batch
Stats Summary - Parallel
Batch Processor - Parallel batch processor with work-stealing queues
Enums§
- Batch
Operation - Batch operation types
Type Aliases§
- Progress
Callback - Progress callback for tracking batch operations