Skip to content

2.4.0

Compare
Choose a tag to compare
@goetas goetas released this 17 Nov 20:31
cadcfaa

This release brings big performance improvements (thanks @tgalopin for the excellent work).

Based on the test/benchmark/run.php benchmark, 2.4.0 is 2x faster than 2.3.1 when parsing HTML5 documents.

Here a list of the changes:

  • #148: Improve performance by moving sequence matching
  • #147: Improve the Tokenizer performance
  • #146: Improve performance by relying on a native string instead of InputStream
  • #144: Add DOM extension in composer.json
  • #145: Add more extensions on composer.json, improve phpdocs and remove dead code
  • #143: Remove experimental comment