[Haskell-cafe] Question about the Monad instance for Iteratee (from the enumerator package)

John Millikin jmillikin at gmail.com
Fri Apr 22 05:23:09 CEST 2011


John Lato's "iteratee" package is based on IterateeMCPS.hs[1]. I used 
IterateeM.hs for "enumerator", because when I benchmarked them the non-CPS 
version was something like 10% faster on most operations.

The new IterateeM.hs solves some problems with the old encoding, but I 
haven't switched "enumerator" to it yet because it would break backwards 
compatibility.

[1] http://okmij.org/ftp/Haskell/Iteratee/IterateeMCPS.hs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110421/e1b4f0e5/attachment-0001.htm>


More information about the Haskell-Cafe mailing list