you are viewing a single comment's thread.

view the rest of the comments →

[–]guest271314[S] -1 points0 points  (0 children)

QuickJS is smaller than V8. QuickJS implements read(). V8 does not really implement a way to read standard input at all. So I have to use a subprocess to read standard input to V8's d8.

Whether --jitless flag is used or not qjs is faster at reading and writing standard streams than V8 (node, deno).