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 CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- ☆21Updated 7 months ago
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago
- 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
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- async io-uring based kernel io library☆31Updated 4 years ago
- A stripped-down, portable version of boost::context☆51Updated 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
- ☆56Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆306Updated 10 months ago
- STL-based caches for C++☆116Updated 2 years ago
- ☆51Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆153Updated last year
- Hiactor is a distributed C++ actor framework.☆112Updated 11 months ago
- A C++ Rate limiter implementation.☆55Updated 9 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 8 months ago