[Haskell-cafe] ANN: nanoparsec 0.1

Maciej Piechotka uzytkownik2 at gmail.com
Sun Jan 9 01:46:37 CET 2011


Nanoparsec is currently simply a port of attoparsec on the ListLike (the
abstraction of lists used by iteratee).

It allows to achive in parsing a near-attoparsec levels of speed
(benchmarks from attoparsec library shown a 0.450 ± 0.028 for
attoparsec, 0.479 ± 0.043 for nanoparsec and 1.532 ± 0.084 for parsec 3)
combining the flexibility of stream of parsec 3 with the iterative
approach and speed of attoparsec.

Regards 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110109/c54638c9/attachment.pgp>


More information about the Haskell-Cafe mailing list