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
A high-performance, deniable encrypted file system in Rust. Features uniform chunking, multi-silo support, and deterministic naming to obscure data patterns. Includes a modern CLI and TUI with supp…
A high-performance, persistent B+ Tree implementation in Rust featuring a pluggable storage engine architecture. Built for durability and extensibility, it supports custom block storage backends, u…
A single-header, lock-free SPSC/MPMC ring buffer for C99+. Uses atomics for thread-safe, wait-free operations with cache-line padding to prevent false sharing. Supports variable-length data, option…