Masterminds / html5-php

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

Replace next calls with consume calls when the return value is ignored #158

Closed stof closed 5 years ago

stof commented 5 years ago

This avoids doing the extra work of checking the new current token.

Results on the benchmark

Before: Loading: 113.38738918304 Writing: 36.642956733704

After: Loading: 110.58318138123 Writing: 36.239295005798

goetas commented 5 years ago

because of recent CS changes, this requires to be rebased

stof commented 5 years ago

@goetas done

goetas commented 5 years ago

Thanks!