~zorba-coders/zorba/xqdoc-fixes

Viewing all changes in revision 11705.

  • Committer: Zorba Jenkins
  • Author(s): Paul J. Lucas
  • Date: 2014-03-06 19:36:03 UTC
  • mfrom: (10944.3.56 pjl-misc)
  • Revision ID: jenkins@lambda.nu-20140306193603-k3wu3y0qnwntmtpv
1. In a couple of cases, now reusing the same zstring so the cost of growing the string is not paid per value.
2. Added a string_appender class that "chunks" the appending of single characters onto the end of strings to reduce the number of times zstring::append() is called.
3. Improved creating of JSON objects by using iterators rather than operator[].
Approved: Matthias Brantner, Paul J. Lucas

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: