godot-kotlin icon indicating copy to clipboard operation
godot-kotlin copied to clipboard

Add bunny mark benchmark

Open raniejade opened this issue 4 years ago • 0 comments

Kotlin native is slow! Specifically:

  • garbage collection
  • crossing kotlin-c boundary
  • virtual method lookup (polymorphic types)

Things actionable by this binding:

  • re-write core types in kotlin :(

This also upgrades the Kotlin version to 1.3.70 (resolves #62)

raniejade avatar Mar 07 '20 01:03 raniejade