zipline icon indicating copy to clipboard operation
zipline copied to clipboard

Optimize QuickJS + Kotlinx.serialization

Open swankjesse opened this issue 3 months ago • 0 comments

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:

  • faster number encoding
  • faster hex ByteString encoding

Optimizations performed here should be profiler-advised.

swankjesse avatar May 01 '24 19:05 swankjesse