>
> Bug in the GC?
>
> I suppose my question would be why you're generating that huge buffer
> in memory instead of just writing it all out to the file in the first
> place.  Use a std.stream.BufferedFile.

Because it just needed to work and I have no experience with streams.. :/
And, writing it line by line was too slow (although I'm not sure anymore 
since it might be the same problem) 


Reply via email to