1. 27 Feb, 2017 2 commits
    • micro-optimizations for dump() · 909b439b
      Niels Lohmann authored
      numtostr now directly writes to a stream. Return value of snprintf is
      reused to avoid finding end of string. Cachegrind suggests a 1%
      performance increase.
    • micro-optimizations for dump() · 0f04e42d
      Niels Lohmann authored
      All ‘<<‘ calls have been replaced by write()/put() calls. The
      indentation strings needs not to be resized. Cachegrind measures 1%
      performance improvement.
  2. 26 Feb, 2017 6 commits
  3. 25 Feb, 2017 3 commits
  4. 22 Feb, 2017 5 commits
  5. 21 Feb, 2017 1 commit
  6. 20 Feb, 2017 8 commits
  7. 19 Feb, 2017 7 commits
  8. 18 Feb, 2017 2 commits
  9. 17 Feb, 2017 1 commit
  10. 16 Feb, 2017 3 commits
  11. 15 Feb, 2017 2 commits