Module buffer_manager

Module buffer_manager 

Source
Expand description

Buffer management for streaming DDEX XML output

Handles chunked writing to disk/network with automatic flushing and memory-bounded operations.

Structs§

BufferConfig
Configuration for buffer management
BufferManager
Manages buffered writing with automatic flushing and memory limits
BufferStats
Statistics for buffer management

Type Aliases§

FlushCallback
Callback type for flush events