Hacker News new | ask | show | jobs
by zombiezen 914 days ago
zombiezen.com/go/sqlite is built on top of modernc.org/sqlite, so also has the same properties.
1 comments

How come Zombiezen came out faster ? I’d expect the opposite
> How come Zombiezen came out faster ? I’d expect the opposite

(OP here) Honestly, me too. Maybe it has to do with leaving out that database/sql driver layer. I guess it would need another round of pprof to find out the real reason.

That would be my guess as well. Please do let me know what you find, and feel free to open any issues or PRs.