megaparsec/parsers-bench
dependabot[bot] 69d4c46e36 Bump mrkkrp/ormolu-action from 9 to 10
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 9 to 10.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v9...v10)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 11:35:23 +01:00
..
bench Bump mrkkrp/ormolu-action from 9 to 10 2023-02-13 11:35:23 +01: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.