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 performance collapseTopology #15

Open
luucvanderzee opened this issue Jul 16, 2019 · 0 comments
Open

Improve performance collapseTopology #15

luucvanderzee opened this issue Jul 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@luucvanderzee
Copy link
Collaborator

If we don't change our slicing method (#14), there are still some improvements to be made in collapseTopology.js. Especially the mergeArcs function is taking a lot of time. Either writing our own version or merging multiple neighbors at once instead of one could be ways to reduce the impact of mergeArcs.

@luucvanderzee luucvanderzee added the enhancement New feature or request label Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant