Skip to main content

Module stream_buffer

Module stream_buffer 

Source
Expand description

Streaming buffer for batched output rendering

Optimizes large output rendering by batching inline segments and flushing in configurable batches rather than line-by-line, reducing overhead.

Structsยง

AllocationPredictor
Predicts memory requirements for rendering markdown
StreamBuffer
Streaming buffer that batches output before rendering
StreamConfig
Configuration for streaming behavior
StreamingContext
Streaming context for rendering multiple lines with metadata