On 4/10/06, Dan <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
