Comparing Golang SQLite to C SQLite
notes.billmill.org
Comparing Golang SQLite to C SQLite
1–6 of 6 posts
Re: Comparing Golang SQLite to C SQLite
#2Re: Comparing Golang SQLite to C SQLite
#3See https://pkg.go.dev/modernc.org/sqlite-bench#readme-tl-dr-sco... for the numbers using the more recent versions.
Re: Comparing Golang SQLite to C SQLite
#4It seems you're using some old Go package versions for your benchmarks. See https://pkg.go.dev/modernc.org/sqlite-bench#readme-tl-dr-sco... for the numbers using the more recent versions.
It was done in september of '24 with go 1.23.1 and the most recent (at the time) versions of sqlite libraries, as stated.
The page you linked compares golang bindings against each other, not C against golang like my test did
Re: Comparing Golang SQLite to C SQLite
#5Re: Comparing Golang SQLite to C SQLite
#6It seems you're using some old Go package versions for your benchmarks. See https://pkg.go.dev/modernc.org/sqlite-bench#readme-tl-dr-sco... for the numbers using the more recent versions.
(I'm the original author but not the OP) It was done in september of '24 with go 1.23.1 and the most recent (at the time) versions of sqlite libraries, as stated. The page you linked compares golang bindings against each other, not C against golang like my test did
No one disputed that. But it follows that your benchmarks are comparing C to [some very] outdated versions of Go packages. Which is what I tried to point out.