rigtorp / TokenBucketLinks
Lock-free implementation of the token bucket algorithm in C++
☆57Updated 2 years ago
Alternatives and similar repositories for TokenBucket
Users that are interested in TokenBucket are comparing it to the libraries listed below
Sorting:
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Boost.Lockfree☆133Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- Hiactor is a distributed C++ actor framework.☆112Updated last year
- LMAX's disruptor pattern implemented in C☆96Updated 2 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A C++ Rate limiter implementation.☆55Updated 10 years ago
- modern c++ raft library☆47Updated 5 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 3 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- A ZooKeeper client for C++.☆156Updated 2 years ago