[Haskell-cafe] ANNOUNCE: attoparsec-iteratee v0.1
Gregory Collins
greg at gregorycollins.net
Fri Mar 12 21:25:10 EST 2010
Hi all,
I've just uploaded the first version of the attoparsec-iteratee library
to Hackage:
http://hackage.haskell.org/package/attoparsec-iteratee
It takes applicative parsers written using attoparsec and automagically
converts them to iteratees that can parse things from streams in O(1)
space.
....and the combination is fast: a prototype HTTP server I'm working on
uses this library and can handle as many as 13k reqs/sec on my Macbook.
G
--
Gregory Collins <greg at gregorycollins.net>
More information about the Haskell-Cafe
mailing list