Commit Graph

5 Commits

Author SHA1 Message Date
b1f9ed6740
feat: implement memtable package 2025-04-19 15:13:59 -06:00
b7fb76fd54
docs: update TODO.md to mark completed tasks in Phase A 2025-04-19 14:55:01 -06:00
16c8345e77
chore: add ci
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 16s
2025-04-19 14:54:10 -06:00
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
ee23a47a74
docs: added idea, plan, and todo docs 2025-04-19 14:06:53 -06:00