Skip to content

v1.5

Compare
Choose a tag to compare
@zeux zeux released this 23 Nov 18:48
· 884 commits to master since this release

Major release focused on performance improvements that also has some new features and compatibility improvements.

Release highlights:

  • Implemented efficient moving of nodes within the same document
  • Optimized parsing (10-40% faster with clang/GCC, 10% faster with MSVC)
  • Optimized node copying (stackless, shares string contents where possible, up to 3x faster overall)
  • Optimized node output (stackless, up to 60% faster)
  • Optimized XPath evaluation (XPathMark suite is 100x faster; some commonly used queries are 4x faster)

Read full changelog