A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
Jeremy Tregunna 7cdef3ef50
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 9m39s
refactor: SRP refactor throughout sstables
2025-04-20 10:51:31 -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
docs docs: added config guide for configuring storage engine 2025-04-20 01:19:42 -06:00
pkg refactor: SRP refactor throughout sstables 2025-04-20 10:51:31 -06:00
.gitignore docs: added config guide for configuring storage engine 2025-04-20 01:19:42 -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