Test name | Executions per second |
---|---|
[Unsafe] HTML string to text via creating an unattached DOM element. | 7332.5 Ops/sec |
[Unsafe] HTML string to text via reusing an unattached DOM element. | 7468.9 Ops/sec |
[Safe] HTML string to text via creating and using a DOMParser | 6133.8 Ops/sec |
[Safe] HTML string to text via reusing a DOMParser | 6327.5 Ops/sec |
[Safe] HTML string to text via the DOMPurify library | 1921.3 Ops/sec |