-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README is outdated #142
Comments
Thanks for reporting, I'll update the README. As for benchmarks, where is the source? I believe that must be a different benchmark that shows those results. Will look into updating charts for the current one too against newest versions. |
it's literally from the https://github.com/denodrivers/sqlite3 README: Lines 41 to 42 in c078d61
|
Ah, I missed that - the README points there as the source of benchmarks - those do not use this library - but we use the same code to benchmark it. Deno benchmark there uses the slower, WASM based SQLite library. See https://github.com/just-js/benchmarks/blob/main/02-sqlite/bench-deno.js The key word is "based on". This library is not included in benchmarks on that website. |
Usage
deno 2 stabilized ffi,
--unstable
is not needed anymore: denoland/deno#25213Benchmarks
on README:
however recent benchmark show that deno is the slowest:
The text was updated successfully, but these errors were encountered: