These benchmarks cover three workloads:
- nop
- add
- hex
Each framework uses its own serialization layer:
| Framework | Serialization |
|---|---|
| waRPC | Polyglot |
| gRPC | Protobuf |
| iceRPC | Slice |
WAnime RPC (waRPC) is a modern RPC framework built on top of QUIC and written in modern c++ ^_^, by WAnime(wanime.io).
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
This project is licensed under MIT license