|
|
|
|
|
by mschoebel
4162 days ago
|
|
Very interesting. After reading your comment, I tried allocating another Uint8Array and keeping it allocated throughout the entire test as a workaround for the issue you mentioned. Time for Node.js was unchanged, but io.js was down to about 5.5s now. Almost the same time as Node. Only about 10% slower. The same happens when I use the --nouse-osr parameter that you mentioned. |
|
On my machine results are fluctuating within the same ballpark (though I am on Linux and benchmarking 64-bit builds).