My app use jnr-fuse, so even if groovy can be somehow optimized by GraalVM/s native image, the jnr part would be failed anyway.
So, now I'm curious about how much faster can I get by only switching the JVM to GraalVM.
When I test with Minecraft, Azul's Zing gives the best optimization, but it only runs on Linux.
So, maybe GraalVM can give a similar result AND running on Windows?