const data = new Float32Array(100000);
function writeData(arr, index, ...values) {
for (let i = 0; i < values.length; i++) {
arr[index + i] = values[i];
}
}Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| Test with functions | | ready |
| Test with direct access | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.