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 (up to 256MB) associated with string paths. It supports efficient prefix-based searches via a compressed reverse Trie index, optimized for low-latency use cases like game engines, IoT devices, and the DeMoD Ecosystem.