korge
korge copied to clipboard
Improve critical performance of AndroidWASMExecutor
trafficstars
Right now base64 encoding in JS is performed by string concatenation. We could figure out if we want to use base64 or hex, and use a Uint8ByteArray and then a TextEncoder to generate the string, so the array is preallocated which might improve performance.