1. 14 Jan, 2015 1 commit
  2. 12 Jan, 2015 1 commit
  3. 11 Jan, 2015 1 commit
  4. 08 Jan, 2015 1 commit
  5. 07 Jan, 2015 1 commit
  6. 08 Dec, 2014 4 commits
  7. 30 Nov, 2014 8 commits
  8. 28 Nov, 2014 1 commit
  9. 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
  10. 25 Nov, 2014 1 commit
  11. 23 Nov, 2014 6 commits
  12. 22 Nov, 2014 1 commit
  13. 21 Nov, 2014 1 commit
  14. 17 Nov, 2014 5 commits
  15. 14 Nov, 2014 3 commits
  16. 07 Nov, 2014 1 commit
  17. 06 Nov, 2014 3 commits