Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parsing performance #526

Merged
merged 4 commits into from
Jul 28, 2018
Merged

Improve parsing performance #526

merged 4 commits into from
Jul 28, 2018

Commits on Jul 27, 2018

  1. Improve parsing performance

    This uses `takeWhile{,1}P` as a faster alternative to `many . satisfy` to
    speed up parsing large labels
    
    This also uses the `many` re-exported by `megaparsec` which is more efficient
    for types that implement `MonadPlus`
    Gabriella439 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a6e5f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b73510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac67a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Configuration menu
    Copy the full SHA
    e857a18 View commit details
    Browse the repository at this point in the history