Someone should tell him about D...
monkyyy
crazymonkyyy at gmail.com
Fri Jun 3 20:04:37 UTC 2022
On Friday, 3 June 2022 at 19:55:48 UTC, Ola Fosheim Grøstad wrote:
> On Friday, 3 June 2022 at 19:24:03 UTC, monkyyy wrote:
>> Isnt c++ extremely slow? Like c++ adopts every feature and
>> like thats .... fine; but it can never be good
>
> No, C++ is similar to C in performance, in theory C++ could do
> better than C because of stricter typing, but I don’t think
> compilers exploit that. It would break existing code...
>
> Most new C++ features are either syntax sugar or library
> additions, relatively few new features. Although stackless
> coroutines is a major recent one.
I meant compile speeds, adopting every feature will make a slow
compiler and I dont want to spend an hour waiting
More information about the Digitalmars-d
mailing list