RapidXml is an attempt to create the fastest XML parser possible, while retaining usability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data.
4 lines
268 B
Text
4 lines
268 B
Text
RapidXml is an attempt to create the fastest XML parser possible, while
|
|
retaining usability, portability and reasonable W3C compatibility. It is an
|
|
in-situ parser written in modern C++, with parsing speed approaching that of
|
|
strlen function executed on the same data.
|