|
|
|
|
|
by melling
2137 days ago
|
|
How much more performant is C++ or Rust? Didn’t Instagram manage to scale Python? For small teams, wouldn’t the performance of Rust be offset by the productivity lost by not using Python, for example? Assuming expert programmers in each language. |
|
But then when you look at memory overhead and scale out, the number of servers/instances needed is both more and for a longer time. This has a cost.
The difference is, getting developers proficient in Python is much easier, and if you cannot get people to make your things, it's kind of a problem. If the majority of the program is inside the library, the performance difference starts to go away in many cases.