geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
89 stars 38 forks source link

Avoid repeated reads from the source image #271

Closed aaime closed 4 years ago

aaime commented 4 years ago

This is done by storing the values in local variables at the beginning of the Java translated method, no need for extra data structures, lookups and potential multithreaded script usage issues.