utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

Update BunnyMark to Godot Kotlin 4 #518

Closed CedNaru closed 10 months ago

CedNaru commented 10 months ago

Kotlin JVM is incredibly faster than before, compared to GDScript (even with the extra performance from types) Our worst case is still the BunnymarkV3. That one is supposed to stress JNI calls. Despite this, we are still holding decently well. Native images are a disappointment, I expected less performance overall because of the absence of JIT, but it seems that even BunnymarkV3 is way slower too. It doesn't seem native compilation is helping with JNI calls.