[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile speed versus qscheme, mzscheme
From: |
Ludovic Courtès |
Subject: |
Re: Guile speed versus qscheme, mzscheme |
Date: |
Tue, 01 Sep 2009 00:03:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hello!
Andy Wingo <address@hidden> writes:
> Note that this is mostly a GC test -- how fast can you allocate 40/80 MB
> of data. Guile's current GC is slow. I don't think, as Ludo suggested,
> that this has anything to do with subrs, as that code shouldn't invoke
> any subrs.
Right (I was wrongfully assuming that at least `zero?' was a subr, and
didn't pay attention to the `cons' call...)
Thanks,
Ludo'.