Improve performance #121
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We are still a bit behind
better-sqlite3
. For example, there's more overhead inget()
:The assumption that a lot of this is memory memory allocations and copies as values are passed between the C, Rust, and JavaScirpt layers. We also suspect that Neon Bindings may be less efficient than
better-sqlite3
is which seems to hook into the V8 APIs directly.Let's improve the benchmarks, profile, and fix performance to be on-par with
better-sqlite3
.The text was updated successfully, but these errors were encountered: