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
gRPC now has an package for managing memory more efficiently with the lifetimes of messages, I wonder if it makes sense to leverage this library instead of implementing internal pools: https://pkg.go.dev/google.golang.org/grpc/mem
gRPC now has an package for managing memory more efficiently with the lifetimes of messages, I wonder if it makes sense to leverage this library instead of implementing internal pools: https://pkg.go.dev/google.golang.org/grpc/mem