new TypedArray vs TypedArray.of vs new TypedArray cached| Test case name | Result |
|---|---|
| new TypedArray | |
| TypedArray.of | |
| new TypedArray cached |
| Test name | Executions per second |
|---|---|
| ✓ TypedArray.of | 2,108,688 Ops/sec |
| new TypedArray cached | 1,556,481 Ops/sec |
| new TypedArray | 1,545,614 Ops/sec |