megaparsec/parsers-bench
2022-05-12 15:08:58 +02:00
..
bench Format the source code with Ormolu 2020-04-23 22:05:36 +02:00
data Add nix development helpers and the hacking instructions 2019-10-20 15:31:31 +02:00
ParsersBench Use Ormolu action v6 (Ormolu 0.5.0.0) 2022-05-12 15:08:58 +02:00
parsers-bench.cabal Format Cabal files with ‘cabal format’ 2020-04-23 21:34:36 +02:00
README.md Improve the writing 2021-04-25 16:03:52 +02:00

Parsers bench

This directory contains a collection of identical parsers implemented in Attoparsec and Megaparsec. The goal here is to learn how much Attoparsec is actually faster than Megaparsec for common parsing tasks.

License

Copyright © 2017present Mark Karpov

Distributed under BSD 3 clause license.