Why the New V8 Is So Damn Fast
nodesource.com
Why the New V8 Is So Damn Fast
1–10 of 237 posts
Re: Why the New V8 Is So Damn Fast
#2Re: Why the New V8 Is So Damn Fast
#3As a ruby developer, I'm insanely jealous.
Re: Why the New V8 Is So Damn Fast
#4As an internet user, I really enjoy reading about all these performance improvements in V8 / javascript. As a ruby developer, I'm insanely jealous.
Re: Why the New V8 Is So Damn Fast
#5As an internet user, I really enjoy reading about all these performance improvements in V8 / javascript. As a ruby developer, I'm insanely jealous.
Just use Express.js or Sails.js, they're 1:1 to Sinatra or Rails. Join us!
Re: Why the New V8 Is So Damn Fast
#6Re: Why the New V8 Is So Damn Fast
#7Why can't V8 deduce that the order of keys doesn't matter? It's pretty nuts that just rearranging the keys from { x, y, z } to { y, x, z } would cause a slowdown.
They could change the representation to not be insertion order dependent, and store insertion order in a separate data structure, but that has its own trade-offs.
Re: Why the New V8 Is So Damn Fast
#8Earlier quoted context omitted.
Just use Express.js or Sails.js, they're 1:1 to Sinatra or Rails. Join us!
Not true unfortunately. Rails quality unreachable for current js frameworks. Well, i hope situation will change in the future
Re: Why the New V8 Is So Damn Fast
#9Sure, you won't beat C for low memory devices or hardware that you have complete control over but for 90% of use cases javascript actually makes sense and can be the most performant.
Re: Why the New V8 Is So Damn Fast
#10As an internet user, I really enjoy reading about all these performance improvements in V8 / javascript. As a ruby developer, I'm insanely jealous.
Just use Express.js or Sails.js, they're 1:1 to Sinatra or Rails. Join us!
Amusingly given all the PHP hate, if you want a faster rails-like framework, Laravel might be your best bet.