mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
Removed MemPage from the code in favor of an array to encode the stack of the cursor. This is both simpler and better in terms of memory access. O_DIRECT was removed from WAL file as it introduces alignment constraints that are too hard to follow in regular appends. Maybe in the future? Closes #378