C++14 concurrent lock-free low-latency queue.
☆1,889Aug 20, 2026Updated this week
Alternatives and similar repositories for atomic_queue
Users that are interested in atomic_queue are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,561Mar 8, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,277Jan 4, 2024Updated 2 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,613Mar 28, 2026Updated 4 months ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,760May 1, 2025Updated last year
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,452Jul 11, 2026Updated last month
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,237Updated this week
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,224Mar 14, 2026Updated 5 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆654Aug 7, 2025Updated last year
- A C++ library of Concurrent Data Structures☆2,744Oct 17, 2023Updated 2 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,999Apr 27, 2026Updated 3 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,205Jun 10, 2026Updated 2 months ago
- Fast and memory efficient c++ flat hash table/map/set☆726Aug 2, 2026Updated 2 weeks ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,354Aug 5, 2026Updated 2 weeks ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆895May 25, 2026Updated 2 months ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 4 years ago
- Asynchronous Low Latency C++ Logging Library☆3,004Aug 11, 2026Updated last week
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,727Updated this week
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,620May 1, 2023Updated 3 years ago
- Event Dispatcher and callback list for C++☆1,680Dec 8, 2024Updated last year
- P1031 low level file i/o and filesystem library for the C++ standard☆1,045Jun 1, 2026Updated 2 months ago
- Unified Executors☆1,712May 31, 2026Updated 2 months ago
- Your binary serialization library☆1,263Oct 9, 2025Updated 10 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,617May 29, 2025Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A library of C++ coroutine abstractions for the coroutines TS☆3,874Jan 9, 2024Updated 2 years ago
- Async++ concurrency framework for C++11☆1,414Oct 11, 2024Updated last year
- A collection of resources on wait-free and lock-free programming☆2,064Feb 25, 2024Updated 2 years ago
- A General-purpose Task-parallel Programming System in C++☆12,118Aug 6, 2026Updated 2 weeks ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,570Apr 20, 2026Updated 4 months ago
- cross-platform coroutine library in c++☆866Jan 20, 2026Updated 7 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,953Feb 11, 2024Updated 2 years ago
- A lightweight C++20 serialization and RPC library☆1,000Aug 9, 2026Updated last week
- A high performance C++ log library, producing structured binary logs☆795Jul 1, 2026Updated last month
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆588Jul 18, 2025Updated last year
- C++20 coroutine library☆963May 2, 2026Updated 3 months ago
- Event loop friendly C++ actor micro-framework, supervisable☆391May 18, 2026Updated 3 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,500Jun 13, 2026Updated 2 months ago
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆2,166Jul 28, 2026Updated 3 weeks ago
- Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate …☆6,173Aug 11, 2026Updated last week
- Yet Another Serialization