rigtorp / TokenBucketLinks
Lock-free implementation of the token bucket algorithm in C++
☆59Updated 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☆107Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 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 multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Boost.Lockfree☆140Updated last week
- A C11 implementation of D. Vyukov MPSC queue☆30Updated 2 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- C++ framework for rapid server development☆76Updated last year
- Boost.Coroutine2☆135Updated last week
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- ☆22Updated 2 weeks ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 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
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- A stripped-down, portable version of boost::context☆52Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 2 months ago
- Our open source benchmarks and code samples☆192Updated 2 months ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago
- Coroutine library and toolkit for C++20☆39Updated last month
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- async io-uring based kernel io library☆32Updated 4 years ago