wire VS vtprotobuf

Compare wire vs vtprotobuf and see what are their differences.

wire

Compile-time Dependency Injection for Go (by google)

vtprotobuf

A Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2 (by planetscale)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wire vtprotobuf
29 3
12,176 801
3.0% 2.7%
2.7 8.1
18 days ago 10 days ago
Go Go
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wire

Posts with mentions or reviews of wire. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-28.

vtprotobuf

Posts with mentions or reviews of vtprotobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-12.
  • 2022-01-11 gRPC benchmark results
    4 projects | /r/golang | 12 Jan 2022
    I ran the benchmark on my device. Vitess proto library improves ~30% req/s linearly with default config and 8 cpu client.
    4 projects | /r/golang | 12 Jan 2022
    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)

What are some alternatives?

When comparing wire and vtprotobuf you can also consider the following projects:

fx - A dependency injection based application framework for Go.

dig - A reflection based dependency injection toolkit for Go.

gomock - GoMock is a mocking framework for the Go programming language.

container - A lightweight yet powerful IoC dependency injection container for the Go programming language

do - ⚙️ A dependency injection toolkit based on Go 1.18+ Generics.

goioc/di - Simple and yet powerful Dependency Injection for Go

wild-workouts-go-ddd-example - Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.

gogoprotobuf - [Deprecated] Protocol Buffers for Go with Gadgets

nject - Golang type-safe dependency injection

powerproto - 🎉 An awesome version control tool for protoc and its related plugins.

go-kit - A standard library for microservices.

gocontainer - Simple Dependency Injection Container