chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] srfi-40 space leak?


From: felix winkelmann
Subject: Re: [Chicken-users] srfi-40 space leak?
Date: Tue, 11 Apr 2006 13:46:05 +0200

On 4/10/06, Dan <address@hidden> wrote:
> Hi all,
>
> After reading the SRFI-40 (stream library) egg
> documentation at
>
> http://www.call-with-current-continuation.org/eggs/srfi-40.html
>
> I thought that the implementation includes the srfi-45
> fixes to avoid space leaks. However, the test program
> below seems to take up an ever-increasing amount of
> memory. What gives?
>

Hm. I don't use streams much, but since you are referencing
the 5-gazillionth element, you probably have to build the
list up to that element, or not?


cheers,
felix




reply via email to

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