2022-01-11 gRPC benchmark results

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vtprotobuf

    A Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2

    Seems like we're pretty middle of the road. I can only guess as to why but it probably has to do with heavy usage of pointers and reflection. Gogo/protobuf solved this performance with code generation, but the go protobuf implementation has essentially eschewed it. I do wonder how the benchmark would look using the new vitess proto library for Go (which has many of the benefits of gogo but with active development and an API built on top of the Google one)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gogoprotobuf

    [Deprecated] Protocol Buffers for Go with Gadgets (by gogo)

    Seems like we're pretty middle of the road. I can only guess as to why but it probably has to do with heavy usage of pointers and reflection. Gogo/protobuf solved this performance with code generation, but the go protobuf implementation has essentially eschewed it. I do wonder how the benchmark would look using the new vitess proto library for Go (which has many of the benefits of gogo but with active development and an API built on top of the Google one)

  4. grpc_bench

    Various gRPC benchmarks (by arkhvoid)

    This is the source code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Protoc Plugins with Go

    2 projects | dev.to | 19 Aug 2023
  • Protobuf - Go support for Google's protocol buffers

    1 project | /r/github_trends | 27 May 2022
  • Passing large amounts of data between processes via a file?

    1 project | /r/golang | 24 Mar 2022
  • 2022-01-11 gRPC benchmark results

    3 projects | /r/grpc | 12 Jan 2022
  • How to Auto Generate JavaScript code using GO

    2 projects | /r/golang | 9 May 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?