Deutsch   English   Français   Italiano  
<utf24s$2ghco$1@i2pn2.org>

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

Path: ...!news.misty.com!weretis.net!feeder6.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: fir <fir@grunge.pl>
Newsgroups: comp.lang.c
Subject: Re: PROGRAMMING TODAY new approach in C strict  runtime allows us
 to improve reccurency: call queue
Date: Wed, 20 Mar 2024 17:16:29 +0100
Organization: i2pn2 (i2pn.org)
Message-ID: <utf24s$2ghco$1@i2pn2.org>
References: <uteni6$2g1f9$1@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 20 Mar 2024 16:16:28 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="2639256"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="+ydHcGjgSeBt3Wz3WTfKefUptpAWaXduqfw5xdfsuS0";
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
X-Spam-Checker-Version: SpamAssassin 4.0.0
In-Reply-To: <uteni6$2g1f9$1@i2pn2.org>
Bytes: 1653
Lines: 13

fir wrote:
> PROGRAMMING TODAY new approach in C strict
> runtime allows us to improve reccurency: call queue

this article is kinda prima aprilis joke becouse it is fictional article 
in fictional magazine but the call queue idea seem to be okay imo

maybe there is even something more in here becouse this idea edges 
somewhat with paralelisation - becouse those queued functions are 
something like async calls - though here are not executed in parralel 
but stored in list - but it is closed to paralelisation somewhat and 
maybe something more is also here like finding some way of doing more 
nice paralelism..i maybe will try to rething on it yet some later time