A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
Jeremy Tregunna 8a401f2536
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 9m38s
fix: address iterator duplicate key bug and enhance CLI with readline support
2025-04-20 13:06:38 -06:00
.gitea/workflows chore: add ci 2025-04-19 14:54:10 -06:00
cmd fix: address iterator duplicate key bug and enhance CLI with readline support 2025-04-20 13:06:38 -06:00
docs docs: added config guide for configuring storage engine 2025-04-20 01:19:42 -06:00
pkg fix: address iterator duplicate key bug and enhance CLI with readline support 2025-04-20 13:06:38 -06:00
.gitignore fix: address iterator duplicate key bug and enhance CLI with readline support 2025-04-20 13:06:38 -06:00
CLAUDE.md feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
go.mod fix: address iterator duplicate key bug and enhance CLI with readline support 2025-04-20 13:06:38 -06:00
go.sum fix: address iterator duplicate key bug and enhance CLI with readline support 2025-04-20 13:06:38 -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