gRPC-haskell/examples/echo/echo-cpp
Connor Clark ab4dea344d Server performance and stability improvements (#48)
* concurrent echo client for stress testing

* update examples for benchmarking, tweak cabal file

* mark frequently-used call as unsafe for performance boost

* add unsafe annotation to non-blocking C calls on critical path

* more unsafe annotations -- server performance almost doubled now

* one CQ for all call ops

* unsafe annotation on start_batch

* wait for all client threads, replace error with fail

* add -O2
2016-07-21 12:55:16 -07:00
..
echo-client.cc Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo-server.cc Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo.grpc.pb.cc Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.grpc.pb.h Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.pb.cc Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.pb.h Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
Makefile Various example/benchmarking code (#16) 2016-06-03 10:34:09 -07:00