add graal native

This commit is contained in:
Mai, Linh
2021-06-28 11:28:49 +02:00
parent 314d1171f2
commit ac9040e814

View File

@@ -0,0 +1,14 @@
---
title: "Graal Native Image"
ring: trial
quadrant: tools
---
Graal Native Image
Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process
of building a native image all library dependencies, including those from the JDK will be packed the native image.
The application created as a native image can be run without a JDK. The natively compiled applications require generally
less memory and have shorter start up times.
We at AOE have already running microservices written in Scala with Graal Native Image