Skip to content

PetrusZ/limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0dcc14a · Feb 6, 2023

History

1 Commit
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023

Repository files navigation

  • 如果需要一个简单高效的算法,可以使用固定窗口,但是它可能产生两倍的突发流量
  • 可以通过滑动窗口避免突发流量问题,但是窗口可能会掐断流量一段时间
  • 如果需要更平滑的流量,可以使用漏桶算法搭配生产者消费者模式
  • 如果能够处理一定的突发流量,可以使用令牌桶算法
  • 遇到多级限流的场景,滑动日志会更加适合

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages