Path: csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Mild Shock Newsgroups: comp.lang.javascript Subject: =?UTF-8?Q?ANN:_Dogelog_Player_2.2.5_=28=cf=80-WAM_Channels=29?= Date: Wed, 12 Aug 2026 02:18:47 +0200 Message-ID: <115ge57$aml4$3@solani.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 12 Aug 2026 00:18:47 -0000 (UTC) Injection-Info: solani.org; logging-data="350884"; mail-complaints-to="abuse@news.solani.org" User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0 SeaMonkey/2.53.24 Cancel-Lock: sha1:BktatiHC0xYN3afRpA15EgoVR2w= X-Mozilla-News-Host: news://news.solani.org:119 X-User-ID: eJwFwQERADEIAzBL7KAtyHkY8y/hEzgPR0Ew8PBKMK8aokBc2xv0LJgY1WPR0nzbOehaQzooCu94z13+IYEUoA== Xref: csiph.com comp.lang.javascript:124466 Dear All, We are happy to announce a new edition of the Dogelog Player: - GPU Backend: The two pilars of π-calculus are processes and channels. While processes in the CPU Backend mapped straight forward to some platform threads and a new predicate execute/[1,2]. The predicate introduced here is expedite/[1,2] and it does the same for your GPU via compute shaders. We observed good results with iGPUs from budget AI laptops. - CPU Channels: We mentioned already that the two pilars of π-calculus are processes and channels. In search of easy channel objects, we arrived at a kind of ADA RendezVous without ACK or NACK. This is basically a 1-element mpmc queue, now available via the predicate chan/1 for the CPU backend. - GPU Channels: Channel objects are now also available for the GPU backend via the predicate flit/1. The approach is again some busy-wait, so dont use CPU or GPU channels for isolated long waits. Because of a batch oriented GPU command API, we could not yet provide online communication between CPU and GPU . Have Fun! Jan Burse, August 12, 2026, https://www.herbrand.ai/