tiny typo fix

2022-10-14 Thread Dmitry Polyakov
>From 49129805f8103a4a88de6bec696ceff16420ac8a Mon Sep 17 00:00:00 2001 From: Dmitry Polyakov Date: Fri, 14 Oct 2022 10:31:11 +0500 Subject: [PATCH] api-scheduling.texi: Fix typo * doc/ref/api-scheduling.texi (thread?): fix typo --- doc/ref/api-scheduling.texi | 2 +- 1 file changed, 1 insertion

Re: map-par slower than map

2022-10-14 Thread Damien Mattei
yes Zelphir i think there is a problem in the threading part of guile, whatever the code is ,it run well the first time, and after is unstable. Long ago at the very begin of Java language on my master project at university i experienced same problem with Java "green" threads, under windows and/or l

Re: map-par slower than map

2022-10-14 Thread Zelphir Kaltstahl
Hello Damien, On 10/14/22 10:21, Damien Mattei wrote: yes Zelphir i think there is a problem in the threading part of guile, whatever the code is ,it run well the first time, and after is unstable. Long ago at the very begin of Java language on my master project at university i experienced sam