----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65063/ -----------------------------------------------------------
(Updated Jan. 13, 2018, 10:04 p.m.) Review request for mesos, Benjamin Mahler and Michael Park. Summary (updated) ----------------- Use `jsonify()` in http serialization for better performance. Repository: mesos Description (updated) ------- This change avoids building an in-memory JSON::Object in favor of using jsonify to directly output the serialized JSON from the protobuf. Diffs (updated) ----- src/common/http.cpp 3ada1f064b4bd001cd4d7dccc186641f475011a0 Diff: https://reviews.apache.org/r/65063/diff/2/ Changes: https://reviews.apache.org/r/65063/diff/1-2/ Testing (updated) ------- Please see performance test result in #64969 Thanks, Meng Zhu
