
27 Jul
2010
27 Jul
'10
5:33 p.m.
On Tue, 27 Jul 2010, Alberto G. Corona wrote:
The question is: are there some way to control bytestring streaming?. Can It be done without the stream handler?
I think there is a function that converts a lazy ByteString to a list of strict ByteStrings, that should work without copying the chunk data around. On this chunk list you can do all kind of manipulations, like merging adjacent small chunks.