• 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
Name
Last commit
Last update
cython Loading commit data...
fuzz Loading commit data...
include Loading commit data...
libcnary Loading commit data...
m4 Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
doxygen.cfg.in Loading commit data...