geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
90 stars 37 forks source link

Minor issues in ConcurrentTileCache #158

Closed aaime closed 7 years ago

aaime commented 7 years ago

The code has a hash computation that keeps on showing up in profilers, interfering with the search of the actual performance issues, and wraps/unwraps the cache as a map inefficiently in a couple of places. The speedup is not very visible, but helps in profiling sessions to zero-in on the actual cause of performance problems.