-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58220/
-----------------------------------------------------------

Review request for mesos and Michael Park.


Repository: mesos


Description
-------

We used to copy the compressed body into the eventual response.
For large responses especially from `/state` endpoint made by the
Web UI, these can be pretty expensive. This change replaces the
copy by a move operation.


Diffs
-----

  3rdparty/libprocess/src/encoder.hpp ea629d72a68e093343562db1ef7e5d00c723f03b 


Diff: https://reviews.apache.org/r/58220/diff/1/


Testing
-------

make check

For a ~10mb compressed response, the original took 3ms vs 2ns (newer).


Thanks,

Anand Mazumdar

Reply via email to