top | item 30776110

(no title)

orestis | 4 years ago

A nitpick: Your code will not run faster in GraalVM vs the JVM, it will start faster. If its small scripts where the startup time dominates, then of course it goes faster. For anything long-lived (even in the range of tens of seconds), the JVM has better performance.

discuss

order

fnordsensei|4 years ago

To be fair, it might run faster as well, or not. It seems to vary from case to case.