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§
- Parallel
Processing Stats - Parallel processing statistics
- Parallel
Shard Config - Parallel shard processor configuration
- Parallel
Shard Processor - Parallel shard processor
- Processed
Shard - 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