View Project
AtomixDB is a minimal, persistent relational database crafted in Go, emphasizing storage and transaction management. It leverages a B+ Tree for fast indexing, a free list for node reuse, and supports transactions and concurrent reads for reliability and performance. Still evolving, it’s tackling query processing and bug fixes next.
Built with