Changes between Initial Version and Version 1 of Ticket #139


Ignore:
Timestamp:
Jan 28, 2011, 8:54:58 AM (14 years ago)
Author:
Kevin Milner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #139 – Description

    initial v1  
    11Here are numbers for the current implementations of the GeoDataSet interface. Each number is for 100,000 invocations of each method. For large datasets, this is unacceptable.
    22
    3 ******* ArbDiscrGeoDataSet
    4 set: 84.44 s
    5 get: 0.034 s
    6 ******* ArrayListBasedGeoDataSet
    7 set: 28.484 s
    8 get: 28.165 s
    9 ******* ArrayBasedGeoDataSet
    10 set: 60.446 s
    11 get: 51.105 s
     3* ArbDiscrGeoDataSet
     4 * set: 84.44 s
     5 * get: 0.034 s
     6* ArrayListBasedGeoDataSet
     7 * set: 28.484 s
     8 * get: 28.165 s
     9* ArrayBasedGeoDataSet
     10 * set: 60.446 s
     11 * get: 51.105 s