gRPC-haskell/examples/echo
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 Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo-cpp Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo-python High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
echo-ruby High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
echo-server Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo.proto Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00