Consider returning a lazy ByteString instead of an array of Word8's in the RiffChunk data.

Issue #6 resolved
Robert Massaioli repo owner created an issue

It might make more sense for the caller to use the 'unpack' function than it is for us to do it for them. And if we return lazy bytestrings then people can continue to parse the sections that we do not. This makes more architectural sense.

Comments (1)

  1. Robert Massaioli reporter

    This worked wonders and made the code super efficient. About 25 times more efficient. It was great.

  2. Log in to comment