[Haskell-cafe] parsec or attoparsec for 40-50MB text files ?

Ben Gamari ben at smart-cactus.org
Mon Jun 8 08:28:31 UTC 2015


On 06/08/2015 04:28 AM, João Cristóvão wrote:
 > You may want to try:
 > https://hackage.haskell.org/package/attoparsec-parsec
 >
There is also Edward Kmett's `parsers` library [1], which supports 
`parsec`, `attoparsec`, as well as his own `trifecta` library behind the 
same interface.

Cheers,

- Ben


[1] https://hackage.haskell.org/package/parsers


More information about the Haskell-Cafe mailing list