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

Optimize variables containing network info #9

Open
jbon opened this issue Jul 13, 2018 · 0 comments
Open

Optimize variables containing network info #9

jbon opened this issue Jul 13, 2018 · 0 comments

Comments

@jbon
Copy link
Owner

jbon commented Jul 13, 2018

This data is loaded into the global variables nodesDataset and edgesDataset.

A view of nodesDataset and edgesDataset is then created into variables allNodes and allEdges which will be used for data manipulation.

Consequently, when modifying nodesDataset or allNodes, it is necessary to make an update to have the same data in the two variables. Same for edgesDataset and allEdges.

This is duplicated variables require synchronisation and make the application subject to data inconsistencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant