Skip to content

v1.7

Compare
Choose a tag to compare
@zeux zeux released this 19 Oct 03:19
· 638 commits to master since this release

Major release, featuring performance and memory improvements along with some new features.

Release highlights:

  • Introduced a new compact tree storage mode that takes significantly less memory (2-5x smaller DOM) at some performance cost
  • New integer parsing/formatting implementation (3-5x faster at getting/setting integers)
  • Added format_indent_attributes that makes the resulting XML friendlier to line diff/merge tools
  • Fix Clang 3.7 crashes in out-of-memory cases (C++ DR 1748)

Read full changelog