Hi again,
By the way, if you're using V8 for heavy-duty byte array manipulation in JavaScript, consider using
Good luck!
By the way, if you're using V8 for heavy-duty byte array manipulation in JavaScript, consider using
Uint8Array
. Doing so should provide an enormous performance advantage over using a managed array from script code, and ClearScript (since Version 5.4.4) supports fast data transfer between managed arrays and JavaScript typed arrays.Good luck!