Skip to content

Investigate if bounding box check makes quick_clip faster #85

@flippmoke

Description

@flippmoke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions