locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 362 forks source link

GraalVM in CI #3472

Closed pomadchin closed 3 months ago

pomadchin commented 2 years ago

Investiage an option tooo run tests on the fresh GraalVM @ JDK 11 (use Graal JIT compiler improvements).

I've seen some references (https://blogs.oracle.com/java/post/apache-sparklightning-fast-on-graalvm-enterprise, https://www.graalvm.org/why-graalvm) that indicate aboout a possible opportunity to improve execution times. If the experiment is successful it could be a new JVM recommendatiooon to use in production.

I think this is slightly aligned with https://github.com/locationtech/geotrellis/issues/3301