|
|
|
|
|
by raverbashing
3155 days ago
|
|
Agreed The only case I see for "C++ is too bloated" is for embedded apps on limited hardware and even then But then of course people make something that's 10 inheritance levels deep and (ab)uses templates and then suddenly "C++ is slow". Write better code |
|
If you choose features appropriately (given that speed is your top concern), and you still find that another language is faster, I'd be quite surprised.