We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
memchr
split_into_lines
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
rspack-sources/src/helpers.rs
Lines 471 to 491 in 25152be
You may copy this version:
https://github.com/rust-lang/cargo/blob/30efe860c0e4adc1a6d7057ad223dc6e47d34edf/src/cargo/sources/registry/index.rs#L1048-L1072
p.s. It seems like split_into_lines is called multiples in different places, I can't tell if the call is cached or not.
The text was updated successfully, but these errors were encountered:
perf: use memchr for split_into_lines
d3f5753
closes #73
perf: use memchr for split_into_lines (#82)
a440626
Successfully merging a pull request may close this issue.
rspack-sources/src/helpers.rs
Lines 471 to 491 in 25152be
You may copy this version:
https://github.com/rust-lang/cargo/blob/30efe860c0e4adc1a6d7057ad223dc6e47d34edf/src/cargo/sources/registry/index.rs#L1048-L1072
p.s. It seems like
split_into_lines
is called multiples in different places, I can't tell if the call is cached or not.The text was updated successfully, but these errors were encountered: