GraalVM

@graalvm.org

GraalVM compiles your applications ahead of time into native executables that start instantly, scale fast, and use fewer resources ๐Ÿš€

Want to see what Native Image does with your code?๐Ÿค” Paste a snippet into this browser-based playground, compile it into a native executable, and inspect the generated machine code in ~10โ€“15 seconds! ๐Ÿš€ Try yourself: godbolt.elide.dev

Bild

Memory is getting more expensive, but Java applications don't need a large runtime footprint. In this Spring Boot benchmark, GraalVM Native Image used ~2.5-4x less memory than the JVM, along with much faster startup. The blog post: patotski.com/blog/spring-... by Viktar Patotski

Bild

GraalVM Community Summit is back for its 6th edition! ๐Ÿš€ Join our team, contributors, and partners in the JVM ecosystem for two days of presentations, working sessions, and collaboration on the future of GraalVM! Learn more and join: graalvm.org/community/su...

Bild

Did you know that GraalVM provides automatic metadata for many popular Java libraries, so you can have a smooth experience with Native Image out of the box? โ€” 1200+ libraries ๐Ÿ“š โ€” 18K+ tested versions โœ… โ€” 2M+ tested LOC ๐Ÿคฏ More details soon!๐Ÿ‘€ github.com/oracle/graal...

GitHub - oracle/graalvm-reachability-metadata: Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries.

Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries. - oracle/graalvm-reachability-metadata

github.com