
14 Aug
2008
14 Aug
'08
5:32 p.m.
Maybe it makes sense to have the streamble list instance in Binary as well, with some examples?
Chunk = { length :: Word8 elems :: [Elem] -- 0..255 repetitions } Chunks = [Chunk] -- terminated with the first 0 length Chunk
I tried my hand at the encoding above: http://www.thenewsh.com/%7Enewsham/store/test10.hs it seems to work, although it doesn't seem to be very efficient. I'm getting very large memory growth when I was hoping it would be lazy and memory efficient... What's leaking?
-- Don
Tim Newsham http://www.thenewsh.com/~newsham/