You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#49 is going to replace the current golang/protobuf with gogo/protobuf so it aligns with the library currently used by Prometheus. gogo has a good reputation for performance efficiency, but unfortunately, it has been deprecated so it would be better to switch to a more reliable library. planetscale/vtprotobuf could be a good alternative.
Benchmarks and tests should be added for a good comparison.
The text was updated successfully, but these errors were encountered:
#49 is going to replace the current
golang/protobuf
withgogo/protobuf
so it aligns with the library currently used by Prometheus.gogo
has a good reputation for performance efficiency, but unfortunately, it has been deprecated so it would be better to switch to a more reliable library. planetscale/vtprotobuf could be a good alternative.Benchmarks and tests should be added for a good comparison.
The text was updated successfully, but these errors were encountered: