[Haskell-cafe] ANNOUNCE: enumerator, an alternative iteratee package

John Millikin jmillikin at gmail.com
Thu Aug 19 20:54:26 EDT 2010


Hurr durr -- I was wondering why the left-fold numbers looked so slow,
then after looking at memory profiles I realized I forgot to add
strictness to the enumerator/iteratee benchmarks. Here are the
corrected numbers (with benchmarks attached):

enumerator
====================
5.414 / 2.090 / 0.360
5.415 / 1.950 / 0.320
5.429 / 2.010 / 0.360

iteratee
====================
5.447 / 1.620 / 0.470
5.389 / 2.030 / 0.300
5.457 / 1.960 / 0.390
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enumerator-wcl.hs
Type: text/x-haskell
Size: 692 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100819/8523910f/enumerator-wcl.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iteratee-wcl.hs
Type: text/x-haskell
Size: 783 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100819/8523910f/iteratee-wcl.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lazy-bytestring-wcl.hs
Type: text/x-haskell
Size: 459 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100819/8523910f/lazy-bytestring-wcl.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strict-bytestring-wcl.hs
Type: text/x-haskell
Size: 560 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100819/8523910f/strict-bytestring-wcl.bin


More information about the Haskell-Cafe mailing list