There is a new article on GraalVM performance in k...
# science
a
There is a new article on GraalVM performance in kotlin: https://medium.com/@ramtop/graal-vs-c2-who-runs-kotlin-faster-82f03f1b11dd. Tests are rather synthetic, but it looks even more promising than before.
h
It would be interesting to see memory-oriented tests rlin addition to computation-oriented. In prev article there was a problem with hashset performance (side effect of sortedBy).
a
ZGC port is not done yet, but I do not use it even on OpenJDK yet.