Skip to main content

Module streaming

Module streaming 

Source
Expand description

Proof streaming for processing large proofs efficiently.

This module provides streaming APIs to process large proofs without loading the entire proof into memory at once.

Structsยง

ProofChunk
Chunk of proof nodes for streaming.
ProofChunkIterator
Iterator over proof chunks.
ProofStreamer
Streaming proof reader.
StreamConfig
Configuration for proof streaming.
StreamingProofBuilder
Streaming proof builder for incremental construction.