https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
e

eygraber

10/31/2023, 5:19 AM
I don't know what was put in the 1.9.20 special sauce, but for one of my projects, benchmarks for all targets are running almost 2x faster than 1.9.10 🎉
😮 8
🎉 13
f

franztesca

10/31/2023, 9:19 AM
Which target? JVM?
e

eygraber

10/31/2023, 9:30 AM
JVM was pretty much the same. Mac, JS, Linux, and Windows all had vastly improved numbers.
🚀 1
j

Jacob Ras

10/31/2023, 2:10 PM
e

eygraber

10/31/2023, 3:53 PM
Doesn't explain JS, but native was doing better than JS so it could be that
j

james

10/31/2023, 11:28 PM
out of curiosity, what kind of benchmarks are you seeing these large improvements on? is this for things like interoping with platform frameworks or more straightforward Kotlin stdlib code?
e

eygraber

11/01/2023, 12:18 AM
All stdlib code
🚀 1
j

james

11/01/2023, 2:54 AM
awesome!
2 Views