-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.3.0
-
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.