graalvm

genekim 2024-03-22T06:29:59.724799Z

I must have been living under a rock, because I missed the entire 1BRC challenge — super neat how 8 of the top 10 submissions were using Graal native image, and nearly half (from quick scan) of the 162 submissions were using Graal JIT. Graal team must be feeling pretty great about that. I wrote up something quick here: https://twitter.com/RealGeneKim/status/1771060213082468624 PS: “sdk install java 22-graal” to install this using sdkman — I’m using this now full time on laptop inside IntelliJ/Cursive. (using Zulu in terminal, because it seems to have faster startup time)

👍 5