append vs appendChild vs insertAdjacentHTML vs DOMParser vs createContextualFragment| Test case name | Result |
|---|---|
| append | |
| appendChild | |
| insertAdjacentHTML | |
| DOMParser | |
| createContextualFragment |
| Test name | Executions per second |
|---|---|
| ✓ insertAdjacentHTML | 2,205 Ops/sec |
| DOMParser | 1,543 Ops/sec |
| appendChild | 875 Ops/sec |
| createContextualFragment | 834 Ops/sec |
| append | 731 Ops/sec |