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

Avoid quadratic work for deep dependency trees #358

Open
varungandhi-src opened this issue May 30, 2023 · 1 comment
Open

Avoid quadratic work for deep dependency trees #358

varungandhi-src opened this issue May 30, 2023 · 1 comment

Comments

@varungandhi-src
Copy link
Contributor

varungandhi-src commented May 30, 2023

The default implementation of cross-repository navigation duplicates work
across nodes of a dependency tree, so that package information for forward
declarations can be identified correctly. We should provide a way to avoid
this quadratic work, with minimal setup steps.

The different possibilities are outlined in the Limitations section in the docs: https://github.com/sourcegraph/scip-clang/blob/main/docs/CrossRepo.md#limitations

@varungandhi-src varungandhi-src added the enhancement New feature or request label May 30, 2023
@varungandhi-src
Copy link
Contributor Author

@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant