Opened 13 years ago

Closed 13 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.

Change History (1)

comment:1 Changed 13 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

OK everything is committed with testing in [8250]

Note: See TracTickets for help on using tickets.