1. 07 Jan, 2015 1 commit
  2. 08 Dec, 2014 4 commits
  3. 30 Nov, 2014 8 commits
  4. 28 Nov, 2014 1 commit
  5. 26 Nov, 2014 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue: improve copying performance · 2aab7920
      Philipp A. Hartmann authored
      The GenericValue "copy" constructor (with Allocator) uses a temporary
      GenericDocument object to perform the deep copying with the provided
      allocator.  This leads to the temporary allocation of the `Stack`
      memory, even in case of shallow values (numbers, etc.).
      
      This patch improves the performance of this operation by only resorting
      the the SAX Handler implementation in case of Array or Object values.
      2aab7920
  6. 25 Nov, 2014 1 commit
  7. 23 Nov, 2014 6 commits
  8. 22 Nov, 2014 1 commit
  9. 21 Nov, 2014 1 commit
  10. 17 Nov, 2014 5 commits
  11. 14 Nov, 2014 3 commits
  12. 07 Nov, 2014 1 commit
  13. 06 Nov, 2014 5 commits
  14. 31 Oct, 2014 2 commits