https://github.com/rigtorp/tokenbucket
Lock-free implementation of the token bucket algorithm in C++
https://github.com/rigtorp/tokenbucket
algorithm lock-free rate-limiting token-bucket tokenbucket
Last synced: 3 months ago
JSON representation
Lock-free implementation of the token bucket algorithm in C++
- Host: GitHub
- URL: https://github.com/rigtorp/tokenbucket
- Owner: rigtorp
- License: mit
- Created: 2016-05-07T02:32:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T04:12:52.000Z (about 2 years ago)
- Last Synced: 2025-03-24T00:31:29.342Z (3 months ago)
- Topics: algorithm, lock-free, rate-limiting, token-bucket, tokenbucket
- Language: C++
- Size: 4.88 KB
- Stars: 57
- Watchers: 5
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TokenBucket.h
[](https://raw.githubusercontent.com/rigtorp/TokenBucket/master/LICENSE)
Lock-free implementation of the
[token bucket](https://en.wikipedia.org/wiki/Token_bucket) algorithm
in C++11.## About
This project was created by [Erik Rigtorp](http://rigtorp.se)
<[[email protected]](mailto:[email protected])>.