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

Investigate if bounding box check makes quick_clip faster #85

Open
flippmoke opened this issue Feb 5, 2018 · 0 comments
Open

Investigate if bounding box check makes quick_clip faster #85

flippmoke opened this issue Feb 5, 2018 · 0 comments

Comments

@flippmoke
Copy link
Member

For features that are completely inside a bounding box, it might be faster to simply copy the entire feature at once rather then running through the quick clipping algorithm. However, this would add overhead of search if feature is entirely in a bounding box prior to doing this operation, so it might make operations slower on the whole. This ticket is to investigate the performance of each option.

Method in quesiton: mapbox::geometry::wagyu::quick_clip::quick_lr_clip

Ref: mapbox/mapnik-vector-tile#126

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