Earlier quoted context omitted.
wow, thanks for the compliment! it hasn't always been easy, believe me.
Thank you for the amazing work indeed! I know that at one point the idea of using a non-v8 JavaScript engine was floating around, due in part to the V8 build complexity and the API breaking changes. Is this still something that is up in the air? I know that Bun decided to use JavaScriptCore as a recent example.
* query execution/cursors
* window functions
* sub transactions
it is based on quickjs, is very fast/easy to compile, and while in long-running functions it is slower than v8, it has a very fast startup time that negates that for shorter functions.but, it's not ready for prime time yet.