On Sun, Jun 07, 2020 at 01:43:34PM +0200, Johnny Billquist wrote: > > > Basically, anything written in C++ is almost a lost cause even before > > > starting. > > > > Curious what you meant. Lost cause in what sense? > > In the sense of being fast.
Assume you meant in comparison with C, which is arguably the best choice for performance. But when the code complexity grows and when OO approach can make code more maintainable I think C++ is still the best choice available for performance. In either case performance is a function of design first then the platforms... Mayuresh