Module streaming

Module streaming 

Source
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ยง

StreamingConfig
Configuration for streaming parser behavior
StreamingParser
Streaming YAML parser that processes events on demand
StreamingStats
Statistics about streaming parser performance