Closed ncruces closed 9 months ago
This introduces an API to batch scan all columns of a result set, and uses this in the database/sql driver.
database/sql
Improvements are measurable in github.com/cvilsmeier/go-sqlite-bench but less impressive than I hoped for.
github.com/cvilsmeier/go-sqlite-bench
Since this increases API surface, measure the difference once wazevo is more mature.
This introduces an API to batch scan all columns of a result set, and uses this in the
database/sql
driver.Improvements are measurable in
github.com/cvilsmeier/go-sqlite-bench
but less impressive than I hoped for.Since this increases API surface, measure the difference once wazevo is more mature.