Go bindings to SQLite using wazero

no-cgo sqlite3 wasm wazero
1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user reports significantly slow query performance (500 queries/sec) with a specific database driver until a large 2GiB cache is completely filled, after which performance jumps to over 20,000 queries/sec. This issue, not present with the `mattn` driver, is suspected to be caused by slow initial memory allocation for the cache. The user provided a graph illustrating this performance bottleneck and a partial `go` code snippet related to `wazero` runtime configuration.

Complexity: 4/5
bug help wanted

Go bindings to SQLite using wazero

Go
#no-cgo#sqlite3#wasm#wazero