-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Upgrade to using math/rand/v2 to get perf enhancements #7293
Comments
@arvindbr8 I would like to be assigned this task. |
@silaselisha assigned it to you |
This is blocked until we bump the minimum Go version supported to |
Is switching to randv2 still blocked? |
I see that we bumped up our minimum supported Go version to @marcoferrer : Would you be interested in making this change? We'll be happy to review. Thanks. |
@easwars Sounds good. PR opened. |
Follow up from: #7283 (comment)
Go1.22 introduced a new rand package with a lot of improvements. See: go.dev/blog/randv2.
We would love to update our usages of math/rand once gRPC-go requires Go 1.22 or later.
The text was updated successfully, but these errors were encountered: