[ 原始碼: 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-aiolimiter
- golang-github-juju-ratelimit-dev
- golang-github-paulbellamy-ratecounter-dev
- golang-github-go-co-op-gocron-dev
- golang-github-globocom-go-buffer-dev
- golang-github-atomicgo-schedule-dev
- golang-github-cloudflare-backoff-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