I see a huge performance difference for the two that I can't explain from the documented behavior of new UInt32Array(ArrayBuffer, offset, length)
https://gist.github.com/albe/39c7b79f46daa49d2cf373ffab3c4513
Can someone explain why this is significantly slower than new array + array assignments?
I'd really like to understand this.
I see a huge performance difference for the two that I can't explain from the documented behavior of
new UInt32Array(ArrayBuffer, offset, length)https://gist.github.com/albe/39c7b79f46daa49d2cf373ffab3c4513
Can someone explain why this is significantly slower than new array + array assignments?
I'd really like to understand this.