mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
This will save some work when yielding to IO. Previously, on every invocation, if the record was a packed record, we parsed it and iterated through the values to check for nulls. Now, the pre-seeking work is done only once. Reviewed-by: Preston Thorpe <preston@turso.tech> Closes #2394