#1109478 ITP: golang-github-cockroachdb-tokenbucket -- Token bucket implementation in Go

Package:
wnpp
Source:
wnpp
Submitter:
Leonardo Arias Fonseca
Date:
2025-11-29 16:58:08 UTC
Severity:
normal
#1109478#5
Date:
2025-07-18 16:52:54 UTC
From:
To:
* 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