rigtorp / TokenBucket
Lock-free implementation of the token bucket algorithm in C++
☆57Updated last year
Alternatives and similar repositories for TokenBucket:
Users that are interested in TokenBucket are comparing it to the libraries listed below
- 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 fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- network library based on io_uring and C++20 coroutine☆102Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆39Updated 9 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆293Updated 7 months ago
- Boost.Lockfree☆129Updated this week
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆125Updated last year
- Lewis Baker's Blog☆71Updated 2 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆220Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated last year
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- QSBR and EBR library☆118Updated 5 years ago
- ☆50Updated 5 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆57Updated 4 years ago