[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Speed difference between Guile and Racket (and Python)
From: |
Damien Mattei |
Subject: |
Re: Speed difference between Guile and Racket (and Python) |
Date: |
Sun, 6 Nov 2022 23:35:17 +0100 |
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 <haberg-1@telia.com> wrote:
>
> > On 6 Nov 2022, at 17:01, Damien Mattei <damien.mattei@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.
>
>