pugixml/src
Arseny Kapoulkine dfb2b7f7b4 Cache ~last position of merged PCDATA
This allows us to fix the quadratic complexity of parse_merge_pcdata.
After parsing the first PCDATA we need to advance by its length; we
still compute the length of each fragment twice with this approach, but
it's constant time.
2023-09-05 21:34:02 -07:00
..
pugiconfig.hpp Update version number in preparation for 1.13 2022-10-20 20:08:52 -07:00
pugixml.cpp Cache ~last position of merged PCDATA 2023-09-05 21:34:02 -07:00
pugixml.hpp Intial Commit for merge_pcdata 2023-08-19 09:17:54 +05:30