joadnacer / atomic_queuesLinks
Fast bounded MPMC and SPSC queues for C++20
☆40Updated 9 months ago
Alternatives and similar repositories for atomic_queues
Users that are interested in atomic_queues are comparing it to the libraries listed below
Sorting:
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆66Updated 9 months ago
- A simple coroutine-based reactor library☆48Updated last month
- C++ implementation of the FIX Simple Binary Encoding☆50Updated 3 weeks ago
- Branch Optimisation for High-frequency Trading☆57Updated last year
- Very fast lock-free queue (thread safe)☆163Updated last month
- Lightweight structured concurrency for C++20☆139Updated 2 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- Knowledge base for low latency programming☆63Updated 3 weeks ago
- Fast integer to string and string to integer conversion functions☆23Updated last year
- fixpp - A modern C++ FIX library☆85Updated 11 months ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- C++20 Static Branch library☆62Updated 2 months ago
- A fast, concurrent, bounded, single producer, single consumer queue☆46Updated 10 months ago
- A non-sampling profiler purpose built to measure and optimize performance of C++ low latency/real time systems☆173Updated 3 months ago
- C++20 Value-oriented Metaprogramming Library☆25Updated last month
- A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest js…☆87Updated 3 weeks ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Smart Garbage Collection Library for C++☆223Updated 4 months ago
- An implementation of Seqlock in C++11☆221Updated last year
- High-performance metrics library☆44Updated last week
- C++20 [Minimal] Static Perfect Hash library☆230Updated last month
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated last month
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆110Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A high-performance WebSocket library optimized for low latency and high throughput.☆27Updated 5 months ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- A high performance map.☆101Updated 5 years ago
- Perfect Hash Table C/C++ Library☆14Updated 4 years ago
- If only std::set was a DBMS: collection of templated ACID in-memory exception-free thread-safe and concurrent containers in a header-only…☆41Updated 2 years ago
- Zoo library☆127Updated 2 months ago