rigtorp / TokenBucketLinks
Lock-free implementation of the token bucket algorithm in C++
☆62Updated 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☆110Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 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 7 years ago
- Boost.Lockfree☆148Updated this week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- ☆22Updated 2 months ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- Hiactor is a distributed C++ actor framework.☆118Updated last year
- Boost.Coroutine2☆136Updated last month
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- ☆53Updated 5 years ago
- C++ framework for rapid server development☆77Updated 2 years ago
- ☆59Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆26Updated 3 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- C++ implementation of raft consensus☆272Updated 2 years ago
- Source code for example programs from Lord of the io_uring guide☆197Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- io_uring echo server☆397Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year