rigtorp / TokenBucket
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
- network library based on io_uring and C++20 coroutine☆101Updated 4 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 CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆39Updated 10 months ago
- C++ framework for rapid server development☆77Updated last year
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- Boost.Coroutine2☆131Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 8 months ago
- C++ implementation of raft consensus☆263Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 7 months ago
- Boost.Lockfree☆132Updated last week
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- ☆57Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A special smart pointer to exchange data between threads☆37Updated 5 years ago
- modern c++ raft library☆47Updated 5 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Our open source benchmarks and code samples☆190Updated 2 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- async io-uring based kernel io library☆31Updated 4 years ago