pop vs shift vs length vs reassignmentFastest: shift (4.6x faster)
43,655,788 ops/sec
41,787,048 ops/sec
16,553,431 ops/sec
9,435,617 ops/sec
Fastest: shift (15.5x faster)
615,360,704 ops/sec
343,461,696 ops/sec
83,399,232 ops/sec
39,816,732 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| pop | |
| shift | |
| length | |
| reassignment |
| Test name | Executions per second |
|---|---|
| ✓ shift | 487,956,576 Ops/sec |
| pop | 57,825,260 Ops/sec |
| reassignment | 47,053,520 Ops/sec |
| length | 24,998,056 Ops/sec |