Collection of benchmarks for different performance improvement PRs submitted to fast-xml-parser.
- perf/optimize-wildcard-stopnodes - perf: Use Set for stopNodes lookup O(1) instead of array iteration O(n) (PR #769)
- perf/entity-replacement-early-exit - perf: Add early exit to entity replacement (PR TBD)
- perf/getallmatches-array-copy - perf: Replace manual loop with spread operator in getAllMatches (PR TBD)
- perf/unpairedtags-set-optimization - perf: Use Set for unpairedTags lookup instead of indexOf (PR TBD)