sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

add QueryBinary, an alloc-free way to read all rows into a buffer

Open bradfitz opened this issue 1 year ago • 0 comments

WIP; goal is alloc-free reads of a query into a Go-provided buffer. Go code can then parse the simple binary format and alloc if needed (doing its own cache lookups, including alloc-free m[string([]byte)] lookups, and returning existing Views if data is unmodified)

(Counterproposal to #43)

bradfitz avatar Mar 08 '23 20:03 bradfitz