Test name | Executions per second |
---|---|
[Unsafe] HTML string to text via creating an unattached DOM element. | 8366.3 Ops/sec |
[Unsafe] HTML string to text via reusing an unattached DOM element. | 8883.5 Ops/sec |
[Safe] HTML string to text via creating and using a DOMParser | 7223.5 Ops/sec |
[Safe] HTML string to text via reusing a DOMParser | 7553.1 Ops/sec |
[Safe] HTML string to text via the DOMPurify library | 1939.1 Ops/sec |