You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: