Have anyone used the Boolean function of Boost polygon library? Boost polygon library
It says that the algorithm is O(nlogn) in time complexity, n = #points
I input 200000 random generated polygons (with 5~8 potins)
but the OR and XOR function cost about half hours (yes, just call its function)
though the result is correct, but the time consuming is horrible
have anyone met this problem?