Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopting the grpc mem package #32

Open
jzelinskie opened this issue Dec 11, 2024 · 1 comment
Open

Adopting the grpc mem package #32

jzelinskie opened this issue Dec 11, 2024 · 1 comment

Comments

@jzelinskie
Copy link

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

@mostynb
Copy link
Owner

mostynb commented Dec 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants