Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small optimization in dom_local_name_compare_ex() (php#15950)
We can use `memcmp()` directly and skip some of the logic handling in `zend_binary_strcmp()`. `perf record` shows a reduction for `dom_html5_serializes_as_void()` from 3.12% to 0.77%.
- Loading branch information