Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v4gvk0$2q8qp$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v4gvk0$2q8qp$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: BGB <cr88192@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Fri, 14 Jun 2024 03:38:12 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <v4gvk0$2q8qp$2@dont-email.me>
References: <v2l828$18v7f$1@dont-email.me> <v38of2$1gsj2$1@dont-email.me>
 <v39v87$1n7bk$1@dont-email.me> <20240530170836.00005fa0@yahoo.com>
 <v3a3k5$1ntrn$1@dont-email.me> <20240530180345.00003d9f@yahoo.com>
 <v3chc4$27uij$1@dont-email.me> <20240531161937.000063af@yahoo.com>
 <20240531162811.00006719@yahoo.com> <20240531164835.00007128@yahoo.com>
 <v3cldt$28n91$2@dont-email.me> <20240531173437.00003bee@yahoo.com>
 <v3d3ct$2b5sl$1@dont-email.me> <v3d97c$2c6ea$1@dont-email.me>
 <22r6O.5934$xPJ1.2590@fx09.iad> <v3t6nu$1liet$1@dont-email.me>
 <v3tlmo$1o860$7@dont-email.me> <v3vvph$27spv$1@dont-email.me>
 <v40hum$2err2$1@dont-email.me> <v40oqa$2fjig$1@dont-email.me>
 <v4enr5$28m3j$1@raubtier-asyl.eternal-september.org>
 <v4fg41$2dh69$1@dont-email.me>
 <v4gpdb$2pbb6$1@raubtier-asyl.eternal-september.org>
 <v4gu5q$2q8qp$1@dont-email.me>
 <v4guqn$2qbb6$1@raubtier-asyl.eternal-september.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 14 Jun 2024 10:39:29 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0c68b24bee81243abea4013a80cbc313";
	logging-data="2958169"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX191U6PB/aYEqpO3UGUiu5YlGVjdGASKtUk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Et/qagiuOdv2FATLjex9pJ/D0zc=
Content-Language: en-US
In-Reply-To: <v4guqn$2qbb6$1@raubtier-asyl.eternal-september.org>
Bytes: 2474

On 6/14/2024 3:26 AM, Bonita Montero wrote:
> 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.
> 

As the idiom goes: "If it ain't broke, don't fix it...".