-1

What makes GraalVM Native Image run so lightning fast for so many different programming languages?

Nathan Aw (Singapore)

Nathan Aw
  • 545
  • 5
  • 18

1 Answers1

1

Please see this GraalVM post which reminds about the use cases relative to native compilation.

Additionaly, it details the PGO (Profile Guided Optimization) feature to optimize even further...

loic
  • 151
  • 1
  • 4