Closed MiCurry closed 5 years ago
There are currently two methods for marking relaxation layers. limited_area._mark_neighbors(...) and limited_area_mark_neighbors_search(...).
limited_area._mark_neighbors(...)
limited_area_mark_neighbors_search(...)
._mark_neighbors(...) is possibly faster for larger regions, while _mark_neighbors_search(...) is possible faster for smaller regions.
._mark_neighbors(...)
_mark_neighbors_search(...)
We should decide a method for choosing which algorithm to use.
There are currently two methods for marking relaxation layers.
limited_area._mark_neighbors(...)
andlimited_area_mark_neighbors_search(...)
.._mark_neighbors(...)
is possibly faster for larger regions, while_mark_neighbors_search(...)
is possible faster for smaller regions.We should decide a method for choosing which algorithm to use.