geotrellis / geotrellis-gdal

Scala wrapper around GDAL java bindings using GeoTrellis
Other
12 stars 12 forks source link

Multithreading improvements #27

Closed pomadchin closed 5 years ago

pomadchin commented 5 years ago

Merging this beta solution. To make everything work it would be enough to use cache on Soft or Hard references. Otherwise there is still a chance that Weak references would be collected in a wrong ordering.