Skip to content

Commit 1790b8e

Browse files
Update README with performance improvement note
Clarify performance improvement details for small polygons.
1 parent 1bdedbe commit 1790b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python bindings for [Clipper2](https://github.com/AngusJohnson/Clipper2/tree/mai
55
### Why does this exists?
66
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)).
77

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).
99

1010
### ⚠️ Warning!
1111

0 commit comments

Comments
 (0)