async-streaming.md

Synonyms

hemera/roadmap/async-streaming
async streaming โ€” O(log n) memory verified decode an async finite state machine that reads a combined pre-order stream from any `AsyncReadExt` source, yielding verified 4 KB chunks one at a time. memory usage is O(tree depth) regardless of content size. motivation the synchronous `stream::decode()`โ€ฆ

Neighbours