using some Gradle magic, I managed to get GraalVM ...
# advent-of-code
e
using some Gradle magic, I managed to get GraalVM Native Image to run my Kotlin Multiplatform code, tests, and benchmarks! (the JVM variant of course)
kodee surprised 2
😮 2
https://ephemient.github.io/aoc2024/jmh-visualizer/index.html at least so far, the benchmark shows native-image running about twice as slow as JVM, but still significantly faster than Kotlin/Native and Kotlin/WASM. it does take a lot longer to compile, though
p
the JVM is a beast (once it gets going)