Files
turso/core/storage
PThorpe92 46e288ac26 Add append_frames_vectored to WAL api
In addition to the existing `append_frame` which will write an individual frame
to the WAL, we add a method `append_frames_vectored` that takes N frames and the
db size which will need to be set for the last (commit) frame, and it
calculates the checksums and submits them as a single `pwritev` call,
reducing the number of syscalls needed for each write operation.
2025-08-25 09:47:01 -04:00
..
2025-08-24 16:21:06 +05:30
2025-08-21 18:28:16 +04:00
2025-08-21 18:27:54 +04:00
2025-08-25 09:47:01 -04:00