Answer the question
In order to leave comments, you need to log in
Why is the backend not written in C++?
Since C++ is so all of itself and super fast, why don't they write a backend on it? Why prefer the same Java, .NET, PHP, etc.? Java is incredibly gluttonous (compared to C ++, of course), C # .NET is also kind of slower, well, I’m silent about PHP, I’m still more interested in large projects like banking systems, etc., where PHP, of course, has no place.
Answer the question
In order to leave comments, you need to log in
Development is much faster - as a result, it is cheaper and Time to market is much lower, which in real life is much more important than performance (not always, but in general it is).
Renting another server can very often be more profitable than paying for an extra six months of development and rolling out the product later than competitors.
While you make and debug your cool fast application, everyone will use Vasya's crooked slow craft for a long time.
On Crosses, you will have to write from scratch what Python or Pyha has out of the box: working with strings, dates, databases, etc. - that is, 90% of the entire backend. And when you write all this and assemble it into classes to make it convenient to use, you suddenly find that you wrote the same Puff, only in a bicycle format.
I’m silent about PHP, I’m still more interested in large projects like banking systems, etc., where PHP, of course, has no place
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question