High performance gRPC

Day 1 | 14:00 | 00:30 | UD2.120 (Chavanne) | Aurelien DEROIDE


Note: I'm reworking this at the moment, some things won't work.

The stream isn't available yet! Check back at 14:00.

gRPC is a popular RPC framework and go has a quite performant gRPC implementation. However, the performance can still be significantly increased by changing the default setup and by using the library in a way that reduces memory allocations.

This talk will also show how to use the excellent go tooling to profile and benchmark some code.