GitHub - mehrantsi/FeOxDB: FeOx (Iron-Oxide) is an ultra-fast, embedded and persisted KV store in pure Rust.
Ultra-fast, embedded key-value database for Rust with sub-microsecond latency.
📚 Documentation | 📊 Benchmarks | 💬 Issues
Features
Sub-Microsecond Latency: <300ns GET, <600ns INSERT operations
Lock-Free Concurrency: Built on DashMap and Crossbeam SkipList
io_uring Support (Linux): Kernel-bypass I/O for maximum throughput with minimal syscalls
Flexible Storage: Memory-only or persistent modes with async I/O
JSON Patch Support: RFC 6902 compliant partial updates for JSON values
Atomic Counters: ...
Read more at github.com