GraalVM is a high-performance JDK designed to accelerate Java application performance while consuming fewer resources
GraalVM’s polyglot capabilities make it possible to mix programming languages in a single application while eliminating any foreign language call costs.
GraalVM offers two ways to run Java applications: on the HotSpot JVM with Graal just-in-time (JIT) compiler or as an ahead-of-time (AOT) compiled native executable.Besides Java, it provides runtimes for JavaScript, Ruby, Python, and a number of other popular languages.
Comments
Post a Comment