cashapp / zipline

Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
Apache License 2.0
1.98k stars 152 forks source link

Optimize QuickJS + Kotlinx.serialization #1303

Open swankjesse opened 2 months ago

swankjesse commented 2 months ago

We’ve already got some code to avoid building JSON strings in Kotlin/JS. We could potentially go further along this path, implementing optimizations such as:

Optimizations performed here should be profiler-advised.