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

fix: speed up Position::line_col for large inputs using SIMD #707

Merged
merged 1 commit into from Sep 12, 2022

Commits on Sep 10, 2022

  1. fix: speed up Position::line_col for large inputs using SIMD

    note that this may have extra overhead for small inputs and
    requires two extra dependencies, hence the faster `line_col`
    was put under the optional `fast-line-col` feature flag.
    
    closes pest-parser#560
    Tomas Tauber committed Sep 10, 2022
    Copy the full SHA
    05e395c View commit details
    Browse the repository at this point in the history