A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
Jeremy Tregunna 1fba7f27f3
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 9m38s
feat: implement SSTable package with block handling and restart points
2025-04-19 17:39:43 -06:00
.gitea/workflows chore: add ci 2025-04-19 14:54:10 -06:00
pkg feat: implement SSTable package with block handling and restart points 2025-04-19 17:39:43 -06:00
.gitignore chore: add ci 2025-04-19 14:54:10 -06:00
CLAUDE.md feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
go.mod feat: implement SSTable package with block handling and restart points 2025-04-19 17:39:43 -06:00
go.sum feat: implement SSTable package with block handling and restart points 2025-04-19 17:39:43 -06:00
IDEA.md docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00
PLAN.md docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00
TODO.md feat: implement memtable package 2025-04-19 15:13:59 -06:00