go-grpc-compression icon indicating copy to clipboard operation
go-grpc-compression copied to clipboard

Adopting the grpc mem package

Open jzelinskie opened this issue 1 year ago • 1 comments

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

jzelinskie avatar Dec 11 '24 17:12 jzelinskie

This looks interesting, but it's relatively new and marked as experimental. I think it might be worth trying out, but we should wait to see if it gets picked up and used more widely before considering using it.

mostynb avatar Dec 12 '24 15:12 mostynb