This was a great improvement for the county grouping but a regression for periodic time groupings where the bounding boxes are quite large and do not reduce the search space at all. In #306 I switched to using the bitmask to reduce the search space. This is even better for the county grouping and generally better for the periodic grouping. More optimizations are possible there.
This was a great improvement for the county grouping but a regression for periodic time groupings where the bounding boxes are quite large and do not reduce the search space at all. In #306 I switched to using the
bitmask
to reduce the search space. This is even better for the county grouping and generally better for the periodic grouping. More optimizations are possible there.