At the same time your initial reaction must at the very least say something about how k8 is different from other technologies where you won't have this reaction.
I think it's unrelated. You could say dolphins and whales are "tolerant of hypoxia", yet from their behavior and the layout of their brains it is evident that evolution has not limited "information efficiency" in exchange for "tolerance to hypoxia".
> I think it's unrelated. You could say dolphins and whales are "tolerant of hypoxia", yet from their behavior and the layout of their brains it is evident that evolution has not limited "information efficiency" in exchange for "tolerance to hypoxia".
Not all species will make the same tradeoffs or converge on the same solutions, though.
Usually though if a tradeoff doesn't exist then it doesn't happen. In this case, most likely it's not a tradeoff that's going on it's just parallel lines of evolution.
These details aren't important. It's like bench marking C++ and node and then complaining about implementation details. Node should be and is definitively faster then python in practically every bench mark.
I still prefer python over node though, but I can't deny the reality.
Regardless node IS definitively one of the fastest interpreted platforms around. It is well known that it is faster than python. Python wins in other areas, including being a much much better designed language.
That's one factor but there is an overall reason behind performance difference. The main reason is v8 and the inordinate amount of resources google has thrown against that thing to make it ultra fast. You should read up on the people who work on it.
Agreed. The speed difference between Node and Python is well known. v8 is one of the fastest things around. However, it's more than just JIT. There are business reasons behind why Node is so fast. The number of resources google has thrown against developing v8 means that pretty much nothing can surpass it in speed any time soon.
The fact this is on someones blog and posted to the front page means that a lot of people didn't know this. Well guess what, for you guys who don't know.... here's another fun fact: C++ is about 10x faster then node which makes it about 200x faster then python.