A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
2025-04-20 12:51:00 -06:00
.gitea/workflows chore: add ci 2025-04-19 14:54:10 -06:00
cmd feat: add gs CLI tool for interactive database interface 2025-04-20 12:48:15 -06:00
docs docs: added config guide for configuring storage engine 2025-04-20 01:19:42 -06:00
pkg refactor: comprehensive restructuring of storage engine with improved WAL recovery and iterators 2025-04-20 12:51:00 -06:00
.gitignore refactor: comprehensive restructuring of storage engine with improved WAL recovery and iterators 2025-04-20 12:51:00 -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 perf: added a benchmarking command to help with tuning and benchmarking 2025-04-20 01:17:14 -06:00