A minimalist LSM (Log-Structured Merge Tree) storage engine
Go to file
Jeremy Tregunna b03176f136
feat: implement config and WAL packages
- Implement config package with serializable configuration and manifest
- Implement WAL with durability guarantees and fragmentation support
- Fix mutex deadlock bug in WAL sync operations
- Add comprehensive tests for both packages
2025-04-19 14:51:17 -06:00
pkg feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
CLAUDE.md feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
go.mod docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00
IDEA.md docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00
PLAN.md docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00
TODO.md docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00