Package: wnpp
Severity: wishlist
Owner: Leonardo Arias Fonseca <ag...@riseup.net>
* Package name : golang-github-cockroachdb-tokenbucket
Version : 0.0~git20250429.42689b6-1
Upstream Author : CockroachDB
* URL : https://github.com/cockroachdb/tokenbucket
* License : Apache-2.0
Programming Lang: Go
Description : Token bucket implementation in Go
The token bucket is an algorithm used in packet-switched and
telecommunications networks. It can be used to check that data
transmissions, in the form of packets, conform to defined limits on
bandwidth and burstiness (a measure of the unevenness or variations in
the traffic flow). It can also be used as a scheduling algorithm to
determine the timing of transmissions that will comply with the limits
set for the bandwidth and burstiness.
https://en.wikipedia.org/wiki/Token_bucket
I want to package this library to unblock mev-boost, ITP bug #1107167,
and go-ethereum, ITP bug #890541