summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-27 00:10:44 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-27 00:10:44 -0800
commit8c869f77f59a0e916ebb24e0b24d3e9851914fbd (patch)
treef960a34be46089c8765e744d5016d19065d4e34c
parent6ef7a24ad42b6d592ae66869b5adb767c5fd3b49 (diff)
pugixml 1.5 is out!
-rw-r--r--_posts/2014-11-27-pugixml-1.5-release.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/_posts/2014-11-27-pugixml-1.5-release.md b/_posts/2014-11-27-pugixml-1.5-release.md
new file mode 100644
index 0000000..f558a8a
--- /dev/null
+++ b/_posts/2014-11-27-pugixml-1.5-release.md
@@ -0,0 +1,16 @@
+---
+layout: post
+title: pugixml 1.5 release
+---
+
+pugixml-1.5 is out. This is a major release focused on performance improvements that also has some new features and compatibility improvements (read the [changelog](http://cdn.rawgit.com/zeux/pugixml/v1.5/docs/manual/changes.html) for details).
+
+Highlights for this release include:
+
+* 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)
+
+You can [download the source package](http://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip) or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml). \ No newline at end of file