ruff
2f5734d1 - perf(parser): use faster string parser methods (#8227)

Commit
2 years ago
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.
Author
Parents
Loading