Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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])>.