Skip to content
Snippets Groups Projects
Commit ec050e08 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Optimize xml_buffered_writer::write(const char_t*)

Instead of computing the length and doing memcpy we now copy the head of
the string into the buffer (like strcpy) and then use memcpy for tail if
necessary. This results in 10-15% speedup for writing typical documents with
a mix of short and long strings.

git-svn-id: https://pugixml.googlecode.com/svn/trunk@1023 99668b35-9821-0410-8761-19e4c4f06640
parent 5b875e84
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment