Expand description
Streaming parser implementation for efficient YAML processing
This module provides a streaming parser that processes YAML incrementally, reducing memory usage and improving performance for large documents.
Structsยง
- Streaming
Config - Configuration for streaming parser behavior
- Streaming
Parser - Streaming YAML parser that processes events on demand
- Streaming
Stats - Statistics about streaming parser performance