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.
Yeah, I agree. As a billionaire like you, I too wonder why poor people always think I'm stealing money from them. Just because I lowered wages doesn't mean I'm stealing, heck they can go work for someone else if they…
Imagine if all real currency was replaced by bitcoin. How much green house gases would be generated to keep our economic engines going and also who would be genrating this money? What would the economic outlook of the…
There's something called a foreign function interface that allows rust to access compiled c++ or c primitives.
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…
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…
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.
Python as an implementation is slow but python as a language is much better designed then javascript. That is the main reason why they are gotos.
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…
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…
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.
Yeah, I agree. As a billionaire like you, I too wonder why poor people always think I'm stealing money from them. Just because I lowered wages doesn't mean I'm stealing, heck they can go work for someone else if they…
Imagine if all real currency was replaced by bitcoin. How much green house gases would be generated to keep our economic engines going and also who would be genrating this money? What would the economic outlook of the…
There's something called a foreign function interface that allows rust to access compiled c++ or c primitives.
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…
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…
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.
Python as an implementation is slow but python as a language is much better designed then javascript. That is the main reason why they are gotos.
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…
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…