Status: New
Owner: ----
New issue 1616 by [email protected]: Typed array copy constructor is
slow.
http://code.google.com/p/v8/issues/detail?id=1616
Creating a copy of a typed array is slow in Chrome. Creating a new
ArrayBuffer, then creating a new Uint8Array and then copying the values in
a for is loop is much faster.
Tested on Linux 13.0.782.112 beta and Linux 15.0.843.0.
Link to test:http://jsperf.com/uint8arraycopy
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev