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: introduce RsCachedImplItem #4182

Merged
merged 1 commit into from Jul 28, 2019

Commits on Jul 28, 2019

  1. PERF: introduce RsCachedImplItem

    This optimizes trait selection and method resolve by reducing
    cache and PSI tree access. The idea is to combine all stuff
    related to impl item (implemented trait, type, crate root, etc)
    into one data class and place it to the cache (with impl item
    as a cache key)
    vlad20012 committed Jul 28, 2019
    Copy the full SHA
    fcc0724 View commit details
    Browse the repository at this point in the history