Opened 13 years ago

Closed 13 years ago

#880 closed enhancement (fixed)

topology.AddFace speed up using prepared geometries

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: Cc:

Description

I belive the current topology.AddFace could be pretty much faster than it is, especially for big polygons, composed by many edges, if the code used prepared geometries implementation rather than computing full intersection matrix for each candidate edge.

Early tests show improvements of up to 45%.

Change History (1)

comment:1 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Implemented in r7002

Note: See TracTickets for help on using tickets.