|
|
|
|
|
by echelon
2136 days ago
|
|
This is going to become more and more common for media intensive applications. https://vo.codes uses a Rust HTTP web framework. It's not C++, but it's the exact same use case. High performance compute. It's not unheard of for ordinary CRUD websites, either. IIRC, the first version of OkCupid was written in C++. |
|
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.