PugiXML v1.7 Release Notes

Release Date: 2015-10-19 // over 8 years ago
  • ๐Ÿš€ 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