gRPC-haskell/src/Network/GRPC/Unsafe
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
..
ByteBuffer.chs Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
ChannelArgs.chs fix all warnings (#35) 2016-06-23 16:35:11 -05:00
Constants.hsc Channel options: user agents and compression (#32) 2016-06-22 13:07:38 -07:00
Metadata.chs Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
Op.chs Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
Slice.chs Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
Time.chs Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00