DEV Community

Discussion on: "Hello World" performance comparison between GraalVM and Go

Collapse
 
kgignatyev profile image
Konstantin Ignatyev

Just for fun I have implemented a decent utility in Java, Rust, Go, and then modified Java version to be compile it to native image. Surprisingly: Java based native image outperformed even Rust version. I suspect that it can be attributed to high quality implementation of JSON parser. 93ms vs 125ms

github.com/kgignatyev/hiera-ctp