All Projects → code4wt → RateLimiter

code4wt / RateLimiter

Licence: Apache-2.0 License
简单限流算法实现

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RateLimiter

gentle-force
Brute-force, error and request rate limiting
Stars: ✭ 45 (+104.55%)
Mutual labels:  leaky-bucket, rate-limiter, token-bucket
leaky-bucket
A tokio-based leaky bucket rate limiter
Stars: ✭ 32 (+45.45%)
Mutual labels:  leaky-bucket, rate-limiter, token-bucket
FireflySoft.RateLimit
It is a rate limiting library based on .Net standard.
Stars: ✭ 76 (+245.45%)
Mutual labels:  leaky-bucket, token-bucket
Polite
Be nice on the web
Stars: ✭ 253 (+1050%)
Mutual labels:  rate-limiter
zlimiter
A toolkit for rate limite,support memory and redis
Stars: ✭ 17 (-22.73%)
Mutual labels:  rate-limiter
rush
rush.readthedocs.io/en/latest/
Stars: ✭ 42 (+90.91%)
Mutual labels:  rate-limiter
phalcon-throttler
Phalcon Throttler is a Rate Limiter for the PHP Phalcon Framework.
Stars: ✭ 19 (-13.64%)
Mutual labels:  rate-limiter
Limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
Stars: ✭ 203 (+822.73%)
Mutual labels:  rate-limiter
portara-website
Portara dashboard controller to change rate limit settings without redeploying your app
Stars: ✭ 42 (+90.91%)
Mutual labels:  rate-limiter
rate-limiter
The Rate Limiter Component provides a Token Bucket implementation to rate limit input and output in your application.
Stars: ✭ 156 (+609.09%)
Mutual labels:  rate-limiter
adaptive throttler
manages multiple throttlers with ability to ramp up and down
Stars: ✭ 31 (+40.91%)
Mutual labels:  rate-limiter
flaps
🛬 Modular rate limiting for PHP.
Stars: ✭ 64 (+190.91%)
Mutual labels:  leaky-bucket
sample-spring-cloud-gateway
sample spring cloud application with embedded api gateway on spring cloud gateway with or without service discovery with eureka
Stars: ✭ 25 (+13.64%)
Mutual labels:  rate-limiter
nestjs-ratelimiter
Distributed consistent flexible NestJS rate limiter based on Redis
Stars: ✭ 49 (+122.73%)
Mutual labels:  rate-limiter
php-ratelimiter
A framework independent rate limiter for PHP
Stars: ✭ 59 (+168.18%)
Mutual labels:  rate-limiter
Diehard
Clojure library of flexible retry, circuit breaker and rate limiter
Stars: ✭ 227 (+931.82%)
Mutual labels:  rate-limiter
redislimiter-spring-boot
an excellent API limiting framework for Spring boot/cloud application, especially for microservice project
Stars: ✭ 64 (+190.91%)
Mutual labels:  rate-limiter
aiolimiter
An efficient implementation of a rate limiter for asyncio.
Stars: ✭ 121 (+450%)
Mutual labels:  leaky-bucket
limitrr-php
Better PHP rate limiting using Redis.
Stars: ✭ 19 (-13.64%)
Mutual labels:  rate-limiter
rl
Rate limit from stdin to stdout (drop or keep messages)
Stars: ✭ 38 (+72.73%)
Mutual labels:  rate-limiter

RateLimiter

本项目是文章 简析限流算法 的示例代码,包含计数器、漏桶和令牌桶算法实现。代码实现较为简单,仅做演示使用。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].