Y
Hacker News
new
|
ask
|
show
|
jobs
by
gregorkas
4449 days ago
What about nodejs? Do you think the performance would be better with javascript compiled to c?
1 comments
int64
4449 days ago
Absolutely. Node.js is still interpreted by V8 as far as i know. The runtime libs provided by node.js are all written in JS. However, With this initiative, all the runtime libs will be implemented in c as well.
link
zerohp
4448 days ago
V8 is a JIT interpreter. The performance benefit might be less than you would think.
link
int64
4448 days ago
thanks for the input. Will certainly look into that.
link