
19 Sep
2008
19 Sep
'08
6:40 a.m.
Don Stewart
If I want to make my own efficient bytestring consumer, is that what I need to use in order to preserve the inherent laziness of the datastructure?
you can get foldChunks from Data.ByteString.Lazy.Internal, or write your own chunk folder.
IME you can also get nicely by using the standard list-alikes: uncons, head, tail, take, drop... -k -- If I haven't seen further, it is by standing in the footprints of giants