ANN: mutable-iter
26 Oct
2010
26 Oct
'10
9:42 p.m.
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
5785
Age (days ago)
5785
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Lato