An open API service indexing awesome lists of open source software.

https://github.com/externpro/rapidxml

RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, 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.
https://github.com/externpro/rapidxml

Last synced: 5 months ago
JSON representation

RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, 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.

Awesome Lists containing this project