2022-01-11 gRPC benchmark results

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • grpc_bench

    Various gRPC benchmarks

  • goprotobuf

    Go support for Google's protocol buffers (by golang)

  • Seems like go is 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 which are much slower than other implementations. Gogo/protobuf (RIP) solved this performance with code generation, but the the official 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)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • grpc

    Pure-Crystal implementation of gRPC (by jgaskins)

  • It's the same benchmark where the client and server are running on the same host which is none sense, there is also tests which are based on "week end" project like Crystal: https://github.com/jgaskins/grpc

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
  • How to Auto Generate JavaScript code using GO

    2 projects | /r/golang | 9 May 2021
  • Crowdstrike releases replacement for Gogo/protobuf

    1 project | /r/golang | 6 Apr 2022