Replies: 1 comment
-
This can be useful but this is not the bottleneck. There's nothing wrong with V8 - I like V8. But Node.js is not V8. Node.js takes V8 and wraps it in an immense amount of derailing bloat that severely limits the potentials of native modules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't understand much in V8 )
but you complained about the slow call of Node.js, maybe this solves this problem:
https://v8.dev/blog/v8-release-87#unsafe-fast-js-calls
Beta Was this translation helpful? Give feedback.
All reactions