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

Improve efficiency in DVR #5

Open
albertovallef opened this issue Mar 6, 2021 · 0 comments
Open

Improve efficiency in DVR #5

albertovallef opened this issue Mar 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working improve Develop implementation

Comments

@albertovallef
Copy link
Owner

Problem: The Routing algorithm still is inefficient and it requires at least Runtime(100) to completely find routes in long topos (+19 nodes).
Where: RoutingP module
Suggestions:

  1. Implement a graph algorithm
  2. Reduce the number of unnecessary routes sent to nodes
  3. maybe implement checkPackets function
@albertovallef albertovallef added bug Something isn't working improve Develop implementation labels Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improve Develop implementation
Projects
None yet
Development

No branches or pull requests

2 participants