hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10.03k stars 716 forks source link

Use math/rand/v2 #944

Closed pior closed 3 weeks ago

pior commented 3 weeks ago

Context

We want to start using math/rand/v2 since it fixed many flaws of math/rand, and is more performance. https://go.dev/blog/randv2

Replaces https://github.com/hibiken/asynq/pull/916

Refs:

Changes