top | item 41065160

(no title)

dagenix | 1 year ago

Java does jit

discuss

order

harshitaneja|1 year ago

Yes, JIT was not the right terminology to use. I lazily wrote JIT. Apologies. What I meant to convey was the difference in startup times and run time between running something in JVM and V8. Java feels heavy but in javascript ecosystem it feels so nimble.

sgammon|1 year ago

Native Java via GraalVM starts up in milliseconds.