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

PERF: optimize "find usages" of associated values #4757

Merged
merged 1 commit into from Dec 19, 2019

Conversation

vlad20012
Copy link
Member

Works for e.g. functions in inherent impls or trait impls. Greatly speeds up find usages of Foo::new functions. Fixes #4222

Works for e.g. functions in inherent impls or
trait impls. Greatly speeds up find usages of
`Foo::new` functions. Fixes #4222
@vlad20012
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Dec 19, 2019
4757: PERF: optimize "find usages" of associated values r=vlad20012 a=vlad20012

Works for e.g. functions in inherent impls or trait impls. Greatly speeds up find usages of `Foo::new` functions. Fixes #4222

Co-authored-by: vlad20012 <beskvlad@gmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 19, 2019

@bors bors bot merged commit 16652e6 into master Dec 19, 2019
@bors bors bot deleted the perf-find-usages-assoc-items branch December 19, 2019 14:53
@vlad20012 vlad20012 added the fix Pull requests that fix some bug(s) label Dec 19, 2019
@vlad20012 vlad20012 added this to In Progress in To test via automation Dec 19, 2019
@vlad20012 vlad20012 added this to the v113 milestone Dec 19, 2019
@Undin Undin moved this from In Progress to Test in To test Mar 1, 2020
@lancelote lancelote moved this from Test to Done in To test Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
To test
  
Done
Development

Successfully merging this pull request may close these issues.

Find Usages of ::new slow
1 participant