Bootiful GraalVM by Thomas Wuerthinger and Josh Long: https://lnkd.in/eW3mHJi2
GraalVM
Software Development
Redwood City, California 7,349 followers
GraalVM compiles your applications into native executables that start instantly, scale fast, and use fewer resources.
About us
GraalVM compiles your Java applications ahead of time into native executables that start instantly, scale fast, and use fewer compute resources.
- Website
-
https://www.graalvm.org/
External link for GraalVM
- Industry
- Software Development
- Company size
- 51-200 employees
- Headquarters
- Redwood City, California
- Type
- Public Company
Locations
-
Primary
Get directions
Redwood City, California, US
Updates
-
GraalVM reposted this
Excited to speak at #WasmCon Europe next Monday about bringing #WebAssembly to the JVM ecosystem with GraalVM. I’ll demo GraalWasm in a Spring Boot app and show how GraalVM can compile JVM apps to Wasm for browser, mobile, and cloud. Join us! Details: https://sched.co/2DY2u
-
-
GraalVM reposted this
I was happy to present and discuss ML solutions that improve the performance of the state-of-the-art AOT compiler, GraalVM Native Image, at MoreVMs/<Programming> 2026 yesterday! 🚀🚀 Many thanks to Stefan Marr for organizing such a nice event!
-
-
Spinning up a Kafka broker in 0.4s with less memory overhead? Yes you can!💪
The kafka-native Docker image is awesome for testing. It boots up in < 500 ms, whereas vanilla Kafka takes several seconds. kafka-native is a single binary, compiled natively with Java's GraalVM. That’s a big part of the magic that drops its startup time so much.
-
-
What if you could replace C++ with Java for a real-time robotics stack?🤖 HEBI Robotics's Florian Enner did exactly that using GraalVM Native Image shared libraries. Learn how and see cool demos in this Devoxx talk 👇 https://lnkd.in/eUHp3jZf
Robotics and GraalVM native libraries by Florian Enner
https://www.youtube.com/
-
Learn how Asana uses GraalVM to run Scala and TypeScript in the same process, sharing caches to accelerate data computation for live client updates: https://lnkd.in/e9imVi9s by Arvind Vijayakumar
-
Learn how Picnic built a rule engine on GraalVM, where rules are defined in JavaScript or Python and executed by a Java backend, handling 37M evaluations and 2M actions daily 🚀 https://lnkd.in/e_yKq7B9
-
GraalVM reposted this
🚀 𝗣𝗼𝗹𝘆𝗴𝗹𝗼𝘁 𝗔𝗱𝗮𝗽𝘁𝗲𝗿 → 𝗣𝗼𝗹𝘆𝗴𝗹𝗼𝘁 𝗣𝗹𝗮𝘁𝗳𝗼𝗿𝗺 What started as a runtime abstraction has evolved into a modular polyglot ecosystem. 𝗥𝘂𝗻𝘁𝗶𝗺𝗲: – GraalVM context management – Python / JS inside JVM – Spring Boot integration 𝗧𝗼𝗼𝗹𝗶𝗻𝗴: – Contract-based model – Deterministic Java interface generation – Maven plugin for build-time code generation The goal is simple: Make polyglot integration inside JVM applications structured and production-ready — 𝘄𝗶𝘁𝗵𝗼𝘂𝘁 𝗶𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝗶𝗻𝗴 𝗮𝗱𝗱𝗶𝘁𝗶𝗼𝗻𝗮𝗹 𝗻𝗲𝘁𝘄𝗼𝗿𝗸 𝗯𝗼𝘂𝗻𝗱𝗮𝗿𝗶𝗲𝘀, 𝗥𝗣𝗖 𝗹𝗮𝘆𝗲𝗿𝘀, 𝗼𝗿 𝗺𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀. The video below shows: 𝗣𝘆𝘁𝗵𝗼𝗻 𝗶𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 → 𝗚𝗲𝗻𝗲𝗿𝗮𝘁𝗲𝗱 𝗝𝗮𝘃𝗮 𝗶𝗻𝘁𝗲𝗿𝗳𝗮𝗰𝗲 → 𝗗𝗶𝗿𝗲𝗰𝘁 𝗝𝗩𝗠 𝗲𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻. Documentation is being expanded with architecture details and usage examples. Feedback is welcome.
-
Learn how you can build your custom GraalVM distribution from source: https://lnkd.in/e6XvQJRv
-
-
GraalVM reposted this
Your own little Spring Initializr, running as GraalVM Native Image?🌿 Yes you can!💪 — clone https://lnkd.in/e_iAPzcD — mvn clean -Pnative package — all done in 47 seconds, can't even get a coffee!😄 — 52 MB, instant startup 🚀 Thank you for a great demo, Dan Vega!