Opened 12 years ago

Closed 12 years ago

#542 closed enhancement (fixed)

Short circuit C-API overlay operations

Reported by: strk Owned by: geos-devel@…
Priority: major Milestone: 3.3.4
Component: Default Version: 3.3.3
Severity: Unassigned Keywords:
Cc:

Description

I've realized that the C-API overlay operations are NOT using any short-circuit. This is because they call BinaryOp directly rather than the Geometry methods.

Since Geometry methods do call BinaryOp right after checking for short-circuits it may be a speedup to call those methods instead.

Change History (1)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

r3620 in 3.3 branch, r3621 in trunk

Note: See TracTickets for help on using tickets.