[ bianca ]
[ Bron: golang-github-cenkalti-backoff ]
Pakket: golang-github-cenkalti-backoff-dev (4.3.0-1)
Verwijzigingen voor golang-github-cenkalti-backoff-dev
Het bronpakket golang-github-cenkalti-backoff downloaden:
- [golang-github-cenkalti-backoff_4.3.0-1.debian.tar.xz]
- [golang-github-cenkalti-backoff_4.3.0-1.dsc]
- [golang-github-cenkalti-backoff_4.3.0.orig.tar.gz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
exponential backoff algorithm in Go
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met.