You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamDb is a lightweight, embedded key-value database written in Rust, designed for storing and retrieving binary streams (documents) associated with string paths. It supports efficient prefix-based searches via a reverse trie index, paged storage for large documents, thread safety, and tunable performance optimizations. Ideal for embedded systems