RapidXml 1.11 (Default branch) |
|
|
RapidXml is an attempt to create the fastest XML
DOM parser possible, while retaining useability,
portability, and reasonable W3C compatibility. It
is an in-situ parser written in C++, with parsing
speed approaching that of strlen() function
executed on the same data. The entire parser is
contained in a single header file, so no building
or configuration is necessary. It has no
dependencies other than a very small subset of
standard C++ library, which can be easily
emulated manually if use of standard library is
not desired.
License: MIT/X Consortium License
Changes:
This release fixes a potential memory overrun bug when calling the memory_pool::clear() function when static and dynamic pool sizes are different.
|