Better algorithm for checking #104
Closed
vutran1710
started this conversation in
Ideas
Replies: 1 comment
-
Complexity is now reduced to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current algorithm (On) is just good for limiting rate using bucket with cap of hundred items. When the ratelimit is something like 20k/months, the algo would make the acquiring process painfully show. Therefore a better algo is needed.
Beta Was this translation helpful? Give feedback.
All reactions