1. 17 Feb, 2015 2 commits
  2. 08 Feb, 2015 2 commits
  3. 03 Feb, 2015 1 commit
  4. 02 Feb, 2015 5 commits
  5. 25 Jan, 2015 1 commit
  6. 24 Jan, 2015 1 commit
    • Drew Noakes's avatar
      Use aligned SSE register load intrinsic. · 41f3c60b
      Drew Noakes authored
      The code goes to the trouble of ensuring that data is aligned at a
      16-byte boundary, then goes ahead and uses the unaligned form of the
      load intrinsic _mm_loadu_si128.
      
      Either the code shouldn't bother aligning the data to the start of the
      whitespace, or it should use the aligned form of the intrinsic.
      41f3c60b
  7. 14 Jan, 2015 3 commits
  8. 13 Jan, 2015 1 commit
  9. 12 Jan, 2015 1 commit
  10. 11 Jan, 2015 1 commit
  11. 08 Jan, 2015 1 commit
  12. 07 Jan, 2015 1 commit
  13. 08 Dec, 2014 4 commits
  14. 30 Nov, 2014 8 commits
  15. 28 Nov, 2014 1 commit
  16. 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
  17. 25 Nov, 2014 1 commit
  18. 23 Nov, 2014 5 commits