Add a notice about performance tutorial

This commit is contained in:
mrkkrp 2016-09-18 21:18:27 +03:00
parent 9305b26f39
commit dab99997f4

View File

@ -214,6 +214,9 @@ and Parsec. In most cases Megaparsec is faster, sometimes dramatically
faster. If you happen to have some other benchmarks, I would appreciate if
you add Megaparsec to them and let me know how it performs.
If you think your Megaparsec parser is not efficient enough, take a look
at [these instructions](https://mrkkrp.github.io/megaparsec/tutorials/writing-a-fast-parser.html).
## Comparison with other solutions
There are quite a few libraries that can be used for parsing in Haskell,