1. 27 Feb, 2017 4 commits
    • 🔨 moved serialization functions to serializer class · 54ef5f7b
      Niels Lohmann authored
      The class is currently just a wrapper for an std::ostream and collects
      all functions related to serialization. The next step should be
      recycling of variables to avoid repetitive initialization for each
      recursive dump call.
    • " micro-optimizations for dump()" · 9c4919ff
      Niels Lohmann authored
      This reverts commit 909b439b.
      For some strange reason, the test suite crashes when compiled
      with GCC.
    • 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