ruff/crates/ruff_python_parser
Carter Snook 2f5734d1ac
perf(parser): use faster string parser methods (#8227)
## Summary

This makes use of memchr and other methods to parse the strings
(hopefully) faster. It might also be worth converting the
`parse_fstring_middle` helper to use similar techniques, but I did not
implement it in this PR.

## Test Plan

This was tested using the existing tests and passed all of them.
2023-10-28 18:50:54 -04:00
..
src perf(parser): use faster string parser methods (#8227) 2023-10-28 18:50:54 -04:00
build.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
Cargo.toml perf(parser): use memchr for lexing comments (#8193) 2023-10-27 02:07:43 +01:00