Avoiding memory leaks with Scalaz 7 zipWithIndex/group enumeratees

This will come as little consolation for anyone who’s stuck with the older iteratee API, but I recently verified that an equivalent test passes against the scalaz-stream API. This is a newer stream processing API that is intended to replace iteratee. For completeness, here’s the test code: // create a stream containing `n` arrays with … Read more