Also, for the use case of local dev environment for Web IDEs, this doesn't look fast enough.
node --version
user@:~$ time node -e "console.log('Hello')" Hello real 0m7.693s user 0m0.012s sys 0m0.000s
Also, for the use case of local dev environment for Web IDEs, this doesn't look fast enough.
runs fast after the first time, but executing any JavaScript is very, very slow: