sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

cgosqlite: add more string interns, and optimize

Open raggi opened this issue 1 year ago • 1 comments

This adds string interning to column names, table names and database names, as well as optimizing the decltype interning code path to use runtime.findnull rather than C.strlen that must cross cgo again.

We don't yet know if this is effective in practice, and should test this before integrating.

raggi avatar May 15 '24 18:05 raggi