forked from mattn/go-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect all sqlite3 column types for a query in one CGO call.
This improves performance by ~25% when the queries that have 10 columns by reducing the number of CGO calls that we need to make. This performance improvement will scale with the number of columns a query returns.
- Loading branch information
1 parent
9ac6cbb
commit 9257a5c
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters