|
|
|
|
|
by ncruces
914 days ago
|
|
I'm the author or the WASM (+wazero) based github.com/ncruces/go-sqlite3.
Happy to field questions. W.r.t. benchmark results. wazero's current compiler is somewhat naive, which may explain a large performance delta in CPU bound tests. A new compiler is in the works [1]. OTOH it seems interesting that in the (IO bound?) large test I'm doing better than modernc. I wonder why. I'll dig deeper into the results. [1]: https://github.com/tetratelabs/wazero/pull/1869 |
|