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

DCEL Optimisation: Handle Points separately from Linear and Areal elements #301

Open
peterstace opened this issue Dec 1, 2020 · 0 comments
Labels
DCEL Doubly Connected Edge List improve Improve (or remove) an existing feature performance Improvements to speed or memory usage

Comments

@peterstace
Copy link
Owner

This is what GEOS does, and I can see the wisdom in doing so.

Points and MultiPoints don't really have much "structure", so would be easier to do separately compared to doing via DCEL. This is somewhat of an optimisation as well, since it is more performant if we don't have to create a DCEL structure in cases of Points/MultiPoints.

@peterstace peterstace added performance Improvements to speed or memory usage improve Improve (or remove) an existing feature DCEL Doubly Connected Edge List labels Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DCEL Doubly Connected Edge List improve Improve (or remove) an existing feature performance Improvements to speed or memory usage
Projects
None yet
Development

No branches or pull requests

1 participant