Test case name | Result |
---|---|
Array.slice | |
Array.push | |
Array[index] with known size | |
Array[index] with unknown size |
Test name | Executions per second |
---|---|
Array.slice | 3370281.2 Ops/sec |
Array.push | 217007.7 Ops/sec |
Array[index] with known size | 221830.6 Ops/sec |
Array[index] with unknown size | 218936.0 Ops/sec |