[ 源代码: golang-uber-ratelimit ]
软件包:golang-uber-ratelimit-dev(0.3.1-3)
golang-uber-ratelimit-dev 的相关链接
Debian 的资源:
下载源码包 golang-uber-ratelimit:
- [golang-uber-ratelimit_0.3.1-3.dsc]
- [golang-uber-ratelimit_0.3.1.orig.tar.gz]
- [golang-uber-ratelimit_0.3.1-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- libghc-token-bucket-dev
- libghc-token-bucket-doc
- libghc-token-bucket-prof
- python3-aioimaplib
- golang-github-juju-ratelimit-dev
- golang-github-paulbellamy-ratecounter-dev
- golang-github-go-co-op-gocron-dev
- golang-github-gizak-termui-dev
- golang-github-atomicgo-keyboard-dev
- golang-github-cli-go-gh-v2-dev
- golang-github-pion-rtp-dev
Go blocking leaky-bucket rate limit implementation (library)
This package provides a Golang implementation of the leaky-bucket rate limit algorithm. This implementation refills the bucket based on the time elapsed between requests instead of requiring an interval clock to fill the bucket discretely.
其他与 golang-uber-ratelimit-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-benbjohnson-clock-dev
- library for mocking time in Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-go.uber-atomic-dev
- Simple wrappers for primitive types to enforce atomic access