Commit Graph

3 Commits

Author SHA1 Message Date
7231a48d0e
refactor: comprehensive restructuring of storage engine with improved WAL recovery and iterators 2025-04-20 12:51:00 -06:00
72007886f7
feat: implement SQLite-inspired transaction model with reader-writer locks 2025-04-20 00:08:16 -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