
3 Mar
2009
3 Mar
'09
8:23 a.m.
At first guess it sounds like you're holding onto too much, if not the whole stream perhaps bits within each chunk.
It is possible.
I split the string in lines, then map some functions on each line to parse the data, and finally calling toU, for converting to an UArr.
Just to make sure (code fragments or, better, reduced examples would make it easier to see what the discussion is about): are you forcing the UArr to be constructed before putting it into the Map? Claus