Sujet : Re: C23 thoughts and opinions
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 14. Jun 2024, 09:26:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4guqn$2qbb6$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
Am 14.06.2024 um 10:13 schrieb BGB:
For many programs, a binary that is 5x the size and half the speed, may go unnoticed.
In C it's for sure less than half the speed. In C++ there's a lot of
abstraction not optimized away and you can rather cound five to 50
times less speed.
Like, how many users will notice the difference between a 1MB EXE and a 5MB EXE?...
And only to save a minute of compile time ? C is compiled fast anyway.