[Haskell] ANN: mutable-iter

John Lato jwlato at gmail.com
Tue Oct 26 17:42:49 EDT 2010


Dear all:

I am pleased to announce the initial release of "mutable-iter"[1], an
extension to the iteratee package which uses mutable buffers.  This allows
for iteratees to act upon a mutable buffer, which means that processing can
occur without performing any extra allocations.  This may be useful for
applications in which garbage collections interfere with processing (e.g.
real-time applications), or under severe memory pressure.

This package is highly experimental and somewhat low-level; bug reports and
suggestions are welcome!

Thanks,
John

[1] http://hackage.haskell.org/package/mutable-iter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell/attachments/20101026/af61ad44/attachment.html


More information about the Haskell mailing list