Hi Erik,

there seems to be a problem with the generator.

Start = hd (drop  n [1..n+10]) where n = 1000000

works fine. Hopefully John can explain this.

Best, Pieter

On 7/19/13 4:41 PM, [email protected] wrote:
Re: [clean-list] Matrix operations
Start = hd (drop 1000000 [1..])
with standard heap (2M) leads to a heapfull message; not when I only drop 1000. I had expected the garbage collector to kick in so this would effectively run in constant space
Any ideas?


_______________________________________________
clean-list mailing list
[email protected]
http://mailman.science.ru.nl/mailman/listinfo/clean-list

_______________________________________________
clean-list mailing list
[email protected]
http://mailman.science.ru.nl/mailman/listinfo/clean-list

Reply via email to