memgraph/src/communication
Matej Ferencevic e2f2cd5722 Improve network performance
Summary:
With this patch the number of packets for a simple RPC call is lowered
from 22 to 12 (45% reduction). The number of packets for the Bolt protocol
is lowered from 26 to 18 (30% reduction).
Impact on the Bolt protocol will be a constant of ~ 8 packets less per
connection, while the impact on the RPC protocol will be approximately
a 45% reduction overall.

Reviewers: buda, teon.banek

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1141
2018-01-25 14:04:02 +01:00
..
bolt Improve network performance 2018-01-25 14:04:02 +01:00
raft RPC refactor 2018-01-24 15:27:40 +01:00
rpc Improve network performance 2018-01-25 14:04:02 +01:00
result_stream_faker.hpp Add single query manual test 2017-11-23 14:51:46 +01:00
server.hpp Fix RPC network server segfault 2018-01-24 17:37:01 +01:00
worker.hpp Fix RPC network server segfault 2018-01-24 17:37:01 +01:00