korge icon indicating copy to clipboard operation
korge copied to clipboard

Improve critical performance of AndroidWASMExecutor

Open soywiz opened this issue 2 years ago • 0 comments
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.

soywiz avatar Oct 02 '23 10:10 soywiz