#962: GEOSNode is much slower that GEOSUnaryUnion
------------------------+---------------------------
 Reporter:  komzpa      |       Owner:  geos-devel@…
     Type:  defect      |      Status:  new
 Priority:  major       |   Milestone:
Component:  Default     |     Version:  3.6.2
 Severity:  Unassigned  |  Resolution:
 Keywords:              |
------------------------+---------------------------

Comment (by dbaston):

 Yes, the cascaded union for lines is very expensive in some cases. I put
 together a performance benchmark that's like the #982 case (many short
 lines), and removing the cascaded union improves performance by about 85%.
 So it might make sense to use the cascaded approach only if the standard
 approach throws an exception.

-- 
Ticket URL: <https://trac.osgeo.org/geos/ticket/962#comment:5>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite 
(JTS).
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to