Articles
Notes techniques, retours d'expérience, publications.
- Why We Wrote a C SQLite Driver and Got 4.7× Faster
## The problem with modernc modernc.org/sqlite is a pure-Go translation of the SQLite C source. No CGO, no linker headaches, `go build` just works. For two years it carried every HOROS service in pro...