Skip to content

multiprocessio/sqlite-cgo-no-cgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLite: CGO vs no CGO

This repo benchmarks mattn/go-sqlite3 against modernc.org/sqlite which is a translation of SQLite3 from C to Go. This translation allows the latter package to avoid CGO since there is no C.

My initial observations showed it being twice as slow as mattn/go-sqlite3 and this repo is to test that observation.

See the blog post for details.

About

Benchmarking mattn/go-sqlite3 vs modernc.org/sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages