Information on this page is not fully accurate and reflects the current state of development. Specifications and features are subject to change as the project evolves.
In‑Memory Database
In Development
Blazing‑fast, encrypted local storage.
A custom database engine that keeps all active data in RAM while persisting encrypted snapshots to disk. It is designed specifically for social graph operations and provides ACID compliance with microsecond latency.
Key Features
Fully encrypted at rest and in memory
Optimized for graph traversals
Snapshotting with zero downtime
Built‑in checksum verification
Technical Details
Written in C with a custom memory allocator to prevent fragmentation. Uses AES‑256‑GCM for encryption and BLAKE3 for checksums.