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

Separate tree building and filtering phases #48

Open
3 tasks
PaulTaykalo opened this issue Oct 5, 2017 · 0 comments
Open
3 tasks

Separate tree building and filtering phases #48

PaulTaykalo opened this issue Oct 5, 2017 · 0 comments

Comments

@PaulTaykalo
Copy link
Owner

PaulTaykalo commented Oct 5, 2017

Currently dep viz tries to perform all the things by getting dependencies, filtering items
But it's possible that we can use intermediate dependencies file (as .JSON) and perform post filering by another phase. this will help to perform fast filtering of some system libraries and some unneded classes without the need to regenerate the tree again

This also can be done to regenerate inheritance only graph

  • generate intermediate output (unfiltered json)
  • allow to use (unfiltered json) as a source and only apply filtering to it
  • allow to use multiple jsons and merge them
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