Opened 12 years ago
Closed 12 years ago
#340 closed defect (fixed)
Add ArrayList backed Point2DToleranceSortedList & tests to make ArbitrarilyDiscretizedFunction's faster
Reported by: | Kevin Milner | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.3 |
Component: | commons | Version: | |
Keywords: | Cc: |
Description
The current TreeSet? based implementation of Point2DToleranceSortedList is very slow for get/set operations on large lists. I have implemented a new ArrayList? backed version that is much faster, but needs to be formally tested as ArbitrarilyDiscretizedFunction? is a very important class in our framework.
Note: See
TracTickets for help on using
tickets.
OK everything is committed with testing in [8250]