- Published on
这个文章看上去,被GraalVM编译过的 Java和Go在快排算法上的性能差别不大
- Authors
- Name
- Hao Chen
- @haoel
Content
这个文章看上去,被GraalVM编译过的 Java和Go在快排算法上的性能差别不大 http://macias.info/entry/201912201300_graal_aot.md
Link Preview
- https://macias.info/entry/201912201300_graal_aot.md
- Java JIT vs Java AOT vs Go for small, short-lived processes. Mario Macias' handcrafted blog
- Posted on December 20 , 2019 There is still a common belief about Java being slow (especially during the startup) and memory-consuming, making it not being the first option for ephemeral service instances,...