kevo/pkg/wal
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
..
batch_test.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
batch.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
reader.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
wal_test.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
wal.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00