at some point, threads block or even crash but the sequential run is slow too compared to Racket one.
On Sun, Nov 6, 2022 at 11:23 PM Hans Åberg <haber...@telia.com> wrote: > > > On 6 Nov 2022, at 17:01, Damien Mattei <damien.mat...@gmail.com> wrote: > > > > So now the question is why is Guile slow compared to Racket? > > How is thread performance? —The Boehm GC puts locks around every memory > allocation, which is slow if heavy in use. > >