amrrdev/klog
klog is a durable, crash-safe key-value store built in Go. It uses a Write-Ahead Log (WAL) with fsync guarantees, CRC32 integrity checking, and automatic crash recovery. Designed as the foundation for an LSM-tree storage engine.
GitHub repository with 7 stars and 0 forks.
Language: Go