Masterminds / html5-php

An HTML5 parser and serializer for PHP.
http://masterminds.github.io/html5-php/
Other
1.56k stars 115 forks source link

Optimize consuming whitespaces #153

Closed stof closed 5 years ago

stof commented 5 years ago

Places consuming whitespaces don't care about the matched substring. They either need its length, or nothing. Returning only the length directly avoids computing the substring.

Loading benchmark: Before: 115.045773983 After: 112.26821184158