Release 1.7
This commit is contained in:
parent
8630ce4e99
commit
c258c6f6a4
@ -1,7 +1,7 @@
|
|||||||
name: pugixml.org
|
name: pugixml.org
|
||||||
description: Light-weight, simple and fast XML parser for C++ with XPath support
|
description: Light-weight, simple and fast XML parser for C++ with XPath support
|
||||||
url: http://pugixml.org/
|
url: http://pugixml.org/
|
||||||
version: 1.6
|
version: 1.7
|
||||||
gems:
|
gems:
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
|
||||||
|
|||||||
15
_posts/2015-10-19-pugixml-1.7-release.md
Normal file
15
_posts/2015-10-19-pugixml-1.7-release.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: 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](/docs/manual.html#v1.7) for details).
|
||||||
|
|
||||||
|
Highlights for this release include:
|
||||||
|
|
||||||
|
* Introduced a new [compact tree storage mode](http://pugixml.org/docs/manual.html#dom.memory.compact) 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](http://github.com/zeux/pugixml/releases/download/v1.7/pugixml-1.7.zip) or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml).
|
||||||
Loading…
Reference in New Issue
Block a user