Well, I would like to share a new one. XXMLXX https://github.com/luckydu-henry/xxmlxx, which uses C++20 features and a std::vector to store xml tree, also it contains a parsing algorithm using "parser combinator" and "stack" (without recursive), probably can be very high performance, although it not be very "standaard."