Let all polygon ops start with a bounding box query #97
Labels
enhancement
New feature or request
good first issue
Good for newcomers
juliacon
To be implemented for JuliaCon
If the bounding boxes of the two polygons don't intersect, we can immediately short-circuit the evaluation of any polygon set operation. Would give up to 1000x speedup in some cases, and of course more for really complex polygons.
The text was updated successfully, but these errors were encountered: