0
0
mirror of https://github.com/zeux/pugixml.git synced 2026-01-18 17:21:30 +01:00
Files
Arseny Kapoulkine 709ba74b24 Early out in load_buffer for empty inputs to avoid allocations
Previously, calling xml_document::load_string on an empty buffer
resulted in a single byte allocation for the buffer copy; this
allocation was redundant as no data was parsed, so we now add the same
early-out that already exists in xml_parser::parse to load_buffer_impl.
2025-02-19 08:19:28 -08:00
..
2015-03-13 22:13:10 -07:00
2017-02-09 07:37:38 -08:00
2017-04-03 21:09:37 -07:00
2023-10-21 11:20:03 -07:00
2019-08-21 07:46:11 -07:00
2023-09-05 22:43:55 -07:00
2022-02-15 20:23:05 -08:00
2018-11-23 23:39:22 -08:00