chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] 3D games in Chicken


From: felix winkelmann
Subject: Re: [Chicken-users] 3D games in Chicken
Date: Fri, 17 Feb 2006 08:17:57 +0100

On 2/16/06, John <address@hidden> wrote:
> I had about twenty megs of data on the heap, which was around 100 ms for
> a major gc.  Now that I've read the docs a bit more, it seems that I've
> spoken too soon: allocating all of my srfi-4 stuff as NONGC would cut
> down on the heap size considerably.  Hmmm, one less reason to not use
> Chicken.

Yes, that's what one should do - as Chicken does GC relatively frequently,
a heap as big as that will definitely be noticable.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]