1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/libxml
Niels Dossche aa3e6eec50 Optimize and reduce memory usage of XML serialization (#14204)
The serialization process uses the system allocator and requires a copy
to request allocated memory once finished. This patch improves this by
using smart_str to build the resulting string, reducing the number of
copies and reducing total peak memory usage.
2024-05-12 01:57:29 +02:00
..
2024-01-28 19:50:55 +01:00
2024-01-28 19:50:55 +01:00
2024-02-25 21:03:37 +01:00
2024-02-25 21:03:37 +01:00
2024-05-11 18:09:39 +02:00