-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.3.0
-
Component/s: client-libs
-
generic
-
generic
The method add() in Area class is very slow when the area is complicated.
See the attached test program: using Area.add to merge 10000 rectangles spends 20,275 milliseconds. However, using GenrealPath.append spends only 371 milliseconds.
See the attached test program: using Area.add to merge 10000 rectangles spends 20,275 milliseconds. However, using GenrealPath.append spends only 371 milliseconds.