Skip to main content

Module parallel

Module parallel 

Source
Expand description

Parallel processing utilities for GraphRAG

This module provides parallel processing capabilities using Rayon for improved performance on multi-core systems.

Structs§

ParallelConfig
Configuration for parallel processing
ParallelProcessor
Parallel processor for batch operations
ParallelStatistics
Statistics about parallel processing performance
PerformanceMonitor
Performance monitor for parallel operations

Functions§

configure_thread_pool
Configure Rayon thread pool