A low overhead implementation of a token bucket for rate limiting. Does not use an array or linked list, and therefore has a tiny memory footprint
Required Ruby Version
>= 2.5.0
Authors
Alex Glover
A low overhead implementation of a token bucket for rate limiting. Does not use an array or linked list, and therefore has a tiny memory footprint
>= 2.5.0
Alex Glover