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
ephemient
12/03/2024, 2:54 PM
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