A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
Jeremy Tregunna 32ff246ee2
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 9m37s
perf: added a benchmarking command to help with tuning and benchmarking
2025-04-20 01:17:14 -06:00
.gitea/workflows chore: add ci 2025-04-19 14:54:10 -06:00
cmd/storage-bench perf: added a benchmarking command to help with tuning and benchmarking 2025-04-20 01:17:14 -06:00
pkg feat: implement comprehensive storage statistics and metrics 2025-04-20 00:28:21 -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 perf: added a benchmarking command to help with tuning and benchmarking 2025-04-20 01:17:14 -06:00