top | item 40640583

(no title)

pharaohgeek | 1 year ago

Compiling Java to native code via GraalVM is really amazing. The Quarkus framework supports this, and the startup time and memory utilization is incredible compared to the JVM. I deploy native-built Java apps as AWS Lambdas and the startup time and resource utilization are so much better by comparison.

discuss

order

willsmith72|1 year ago

what are the cold starts like?

metadat|1 year ago

Faster, because it's a native executable.