• Nikias Bassen's avatar
    xplist: Write base64 directly to output buffer to improve memory usage · 92e5c858
    Nikias Bassen authored
    Now that we grow the output buffer enough before writing XML output we can
    just write the base64 encoded data directly to the ouput buffer instead of
    using a heap buffer that will then be copied to the output buffer.
    This makes writing XML output more memory efficient (and slightly faster).
    92e5c858
xplist.c 47.5 KB