A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
2025-04-19 23:45:19 -06:00
.gitea/workflows chore: add ci 2025-04-19 14:54:10 -06:00
pkg feat: implement merged iterator across all levels with improved tombstone handling 2025-04-19 22:18:12 -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 refactor: replace snapshot design with SQLite-inspired reader-writer lock approach 2025-04-19 23:45:19 -06:00
PLAN.md refactor: replace snapshot design with SQLite-inspired reader-writer lock approach 2025-04-19 23:45:19 -06:00
TODO.md refactor: replace snapshot design with SQLite-inspired reader-writer lock approach 2025-04-19 23:45:19 -06:00