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

Loader strategy #4

Open
mindrones opened this issue Mar 24, 2016 · 0 comments
Open

Loader strategy #4

mindrones opened this issue Mar 24, 2016 · 0 comments
Labels

Comments

@mindrones
Copy link
Owner

If the dependency chain is very long, fetching all modules data can take a lot of time.

We can:

  • simply add a loader and draw when done fetching them all,
  • redraw at each fetched module,
  • stop fetching at depth 1 or 2,
  • or?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant