Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Speed up path searching with `find_library_crate`. #70837
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Some local
|
f15e0da
to
0390978
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion |
…te, r=<try> Speed up path searching with `find_library_crate`. By doing prefix and suffix checking on a `String` copy of each relevant `PathBuf`, rather than the `PathBuf` itself.
|
|
|
Queued 186ff74 with parent 733f104, future comparison URL. |
|
r=me if the perf results are good. |
|
The perf results aren't quite as good as what I saw locally, but are a clear improvement. In particular, |
0390978
to
690cf86
|
@bors rollup=never Because it affects performance. |
|
@bors r=petrochenkov |
|
|
By doing prefix and suffix checking on a `String` copy of each relevant `PathBuf`, rather than the `PathBuf` itself.
|
@bors p=1 |
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
690cf86
to
a932616
|
@bors r=petrochenkov |
|
|
|
|
By doing prefix and suffix checking on a
Stringcopy of each relevantPathBuf, rather than thePathBufitself.