HydrologicEngineeringCenter / Vortex

data processing utilities
MIT License
25 stars 7 forks source link

Improve performance for Importer #96

Closed nickvan612 closed 10 months ago

nickvan612 commented 10 months ago

Improved performance for Importer when reading DSS file(s) with large amount of variables. Updated algorithm to manage available and selected variable lists. Updated logic to avoid getting available variables for an input file more than once, and used HashSet to optimize for contains.