textContent vs removeChild vs removeFastest: removeChild (3.1x faster)
9,059,580 ops/sec
9,004,583 ops/sec
2,936,366 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| textContent | |
| removeChild | |
| remove |
| Test name | Executions per second |
|---|---|
| ✓ remove | 31,016,476 Ops/sec |
| removeChild | 31,003,706 Ops/sec |
| textContent | 14,675,191 Ops/sec |