Module parallel_shard_processor

Module parallel_shard_processor 

Source
Expand description

Parallel shard processor - high performance parallel JSON serialization

This module implements parallel shard processing functionality, dividing large allocation data into shards for parallel processing, significantly improving JSON serialization performance, especially on multi-core systems.

Structs§

ParallelProcessingStats
Parallel processing statistics
ParallelShardConfig
Parallel shard processor configuration
ParallelShardProcessor
Parallel shard processor
ProcessedShard
Processed shard data

Functions§

process_allocations_fast
Convenience function: Fast parallel processing of allocation data
process_allocations_with_config
Convenience function: Parallel processing with custom configuration