ghosx
ghosx
I think the default backoff algorithm should be modified and use the algorithm with jitter, so I contributed an implementation. reference: http://www.awsarchitectureblog.com/2015/03/backoff.html
Initializing the queue can improve performance and reduce the number of map expansions. When there are 10 queues, the following is my performance test: ```shell goos: linux goarch: amd64 pkg:...
- Replaced deprecated io/ioutil functions with their equivalents in io and os packages - This change aligns with Go 1.16+ recommendations to avoid using io/ioutil - Updated affected code and...
add Mode function with tests and documentation