clj-easy / graal-docs

Scripts and tips to get Clojure latest working with GraalVM latest
Eclipse Public License 1.0
387 stars 20 forks source link

update GraalVM trade-offs #60

Open lread opened 11 months ago

lread commented 11 months ago

This was true:

If you are trying to decide if GraalVM is for you, the trade-offs are nicely explained by Oleg Šelajev in the "AOT vs JIT" section of his "Maximizing Java Application Performance with GraalVM video".

But Oracle GraalVM native-image now competes with JVM JIT performance.