Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

fixing inefficient use of hashmap to store rays #30

Closed julienchastang closed 11 years ago

julienchastang commented 11 years ago

I noticed that the hashmap internal to CDMRadarSweepDB was being dealt with inefficiently when doing radar isosurfaces which are very memory intensive. This should mitigate the problem according to profiler.

julienchastang commented 11 years ago

Merged.