b7f77d40ad
Summary: There's no need to heap allocate the request which is used only to be serialized and sent over the network. Unfortunately, this change complicates the reading a bit, because we need to deserialize the raw pointer and put it in std::unique_ptr instead of simply deserializing the unique_ptr. Heap allocation shows up visibly in perf during benchmarks, so this change may yield some improvement. Reviewers: mferencevic, mtomic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1254 |
||
---|---|---|
.. | ||
bolt | ||
raft | ||
rpc | ||
listener.hpp | ||
result_stream_faker.hpp | ||
server.hpp |