raphinesse commented on pull request #242:
URL: https://github.com/apache/cordova-js/pull/242#issuecomment-944930287


   For future reference: replacing `bytesToBinaryString(array)` with `new 
TextDecoder('utf-16').decode(Uint16Array.from(array))` doubles the throughput 
for large files in my experiments. In ten years we might be able to use it 
:wink: 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to