Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T12:49:38.000Z (over 2 years ago)
- Last Synced: 2023-03-11T05:17:31.381Z (over 1 year ago)
- Topics: algorithm, lock-free, rate-limiting, token-bucket, tokenbucket
- Language: C++
- Size: 1.95 KB
- Stars: 38
- Watchers: 3
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TokenBucket.h
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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])>.