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

Investigate integrating stack graph for code navigation #112

Open
2 tasks
stapelberg opened this issue Dec 14, 2021 · 0 comments
Open
2 tasks

Investigate integrating stack graph for code navigation #112

stapelberg opened this issue Dec 14, 2021 · 0 comments

Comments

@stapelberg
Copy link
Contributor

GitHub recently introduced precise code navigation: https://github.blog/2021-12-09-introducing-stack-graphs/

The underlying stack-graph is open source: https://github.com/github/stack-graphs/

Their architecture sounds suitable for DCS (incremental indexing without dependencies between repositories, no setup required, etc.)

To get a better idea if/how we could leverage this for DCS, here are things to check:

  • How much compute time and disk space does stack graphs require?
  • How could we make available the data, given that we currently redirect to sources.d.n for browsing code?
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