locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.95k stars 440 forks source link

Improve Convex Hull performance by avoiding duplicate uniquing #985

Closed dr-jts closed 1 year ago

dr-jts commented 1 year ago

Improves Convex Hull performance by:

These changes can make computing the Convex Hull of large inputs more than 2x faster.