home.social

#drpc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #drpc, aggregated by home.social.

  1. #golang #grpc I have a gRPC server that's getting around 30k/second API calls / container (using GOMAXPROC of 29, 22 loadavg). A substantial portion of my CPU (17%) is mallogc and that's almost all from gRPC/protooc, and another 12% is BgMarkWorker. Has anyone tried something faster? I love the code-gen and the protocol efficiency, but looking for things to improve. I see storj.io/blog/introducing-drpc but was hoping more for something like fasthttp, a zero-alloc rewrite of Google's code. #drpc