pugixml/_posts/2015-10-19-pugixml-1.7-release.md
Arseny Kapoulkine c258c6f6a4 Release 1.7
2015-10-18 20:31:21 -07:00

908 B

layout title
post pugixml 1.7 release

pugixml-1.7 is out. This is a major release that focuses on performance and memory improvements along with several bug fixes (read the changelog for details).

Highlights for this release include:

  • 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)

You can download the source package or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml).