1. 25 10月, 2017 1 次提交
  2. 23 10月, 2017 1 次提交
  3. 22 10月, 2017 7 次提交
  4. 21 10月, 2017 2 次提交
  5. 18 10月, 2017 2 次提交
  6. 17 10月, 2017 2 次提交
  7. 16 10月, 2017 7 次提交
  8. 15 10月, 2017 1 次提交
  9. 13 10月, 2017 1 次提交
  10. 08 10月, 2017 1 次提交
    • P
      Simplify the json/src/benchmarks.cpp to allow more optimal code gen. · 0b803d0a
      Perry Kundert 提交于
      o For some unknown reason, the complexity of the benchmark platform
        prevented some C++ compilers from generating optimal code, properly
        reflective of the real performance in actual deployment.
      o Added the json_benchmarks_simple target, which performs the same
        suite of tests as json_benchmarks.
      o Simplified the benchmark platform, and emit an "Average" TPS
        (Transactions Per Second) value reflective of aggregate parse/output
        performance.
      0b803d0a
  11. 07 10月, 2017 1 次提交
    • P
      Remove outdated commentary about the value of eof(), retain input type · 23440eb8
      Perry Kundert 提交于
      o We assume the same character int_type as the unerlying std::istream
      o There are no assumptions on the value of eof(), other than that it
        will not be a valid unsigned char value.
      o To retain performance, we do not allow swapping out the underlying
        std::streambuf during our use of the std::istream for parsing.
      23440eb8
  12. 06 10月, 2017 14 次提交