Change eval for Function class #49
francisco-giancarelli-crombie
started this conversation in
Ideas
Replies: 1 comment
-
Mostly we are using
Do you have anything else in your mind? |
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 see in the code that nucleoid runtime is using eval to ultimately run the code. eval is expensive and will make the runtime far more slow than plain NodeJS, more on that here https://www.educative.io/answers/eval-vs-function-in-javascript. I think nucleoid could use Function class instead to get performance closer to NodeJS.
Beta Was this translation helpful? Give feedback.
All reactions