----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67861/ -----------------------------------------------------------
Review request for mesos, Greg Mann and Michael Park. Repository: mesos Description ------- When looking at some profiling data, it looks as though we approximately double the cost of JSON parsing due to having to convert from `picojson::value` to `JSON::Value`. Michael Park pointed me to the parsing "context" that's customizable in picojson. This patch replaces our conversion with a parsing context in order to parse directly into JSON::Value and avoid copying. Diffs ----- 3rdparty/stout/include/stout/json.hpp c374e29829e4ea02ab3a8494b6ab28c166579516 Diff: https://reviews.apache.org/r/67861/diff/1/ Testing ------- make check Thanks, Benjamin Mahler
