rigtorp / TokenBucketLinks
Lock-free implementation of the token bucket algorithm in C++
☆61Updated 2 years ago
Alternatives and similar repositories for TokenBucket
Users that are interested in TokenBucket are comparing it to the libraries listed below
Sorting:
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 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 multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆81Updated 7 years ago
- Boost.Lockfree☆146Updated this week
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- ☆52Updated 5 years ago
- Boost.Coroutine2☆135Updated this week
- ☆22Updated this week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- Hiactor is a distributed C++ actor framework.☆117Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆229Updated 4 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- C++ implementation of raft consensus☆268Updated 2 years ago
- A stripped-down, portable version of boost::context☆53Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆15Updated 8 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆69Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- Modern C++ B-tree containers☆277Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago