Y
Hacker News
new
|
ask
|
show
|
jobs
by
thombles
615 days ago
This non-cgo port might help - I started using it recently and it's fine but I'm not exactly a demanding user
https://pkg.go.dev/modernc.org/sqlite
1 comments
KyleSanderson
615 days ago
It's still pretty slow, but overall correct. There's tricks, like reader connections and a single writer connection to reduce contention. There was a blog post on here detailing some speedups in general.
link