dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

when can we overcome Disadvantages? #65

Closed anlexN closed 4 years ago

dyedgreen commented 4 years ago

If Deno implements a native version of wasi, we could probably get a bit faster. Additionally some speed could also be gained from implementing internal buffering of write calls. But overall this is the trade-of you have to make for Deno's transparent security guarantees and making use of the existing module cache.