You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Python bindings for [Clipper2](https://github.com/AngusJohnson/Clipper2/tree/mai
5
5
### Why does this exists?
6
6
Clipper2 is now alive and kicking. It should be preferred vs the old Clipper library (see docs [here](https://www.angusj.com/clipper2/Docs/Overview.htm)).
7
7
8
-
While one could leverage [Shapely](https://shapely.readthedocs.io/en/stable/) for some 2D line and shape operations, it's performance is limited. Using this library you can get a ~80% performance improvement for operations like union and difference.
8
+
While one could leverage [Shapely](https://shapely.readthedocs.io/en/stable/) for some 2D line and shape operations, it's performance is limited. Using this library you can get a ~80% performance improvement for operations like union and difference (for small polygons).
0 commit comments