cameron314 / atomic_queue
C++ lock-free queue.
β12Updated 4 years ago
Related projects β
Alternatives and complementary repositories for atomic_queue
- π¦ TCP based publish-subscribe library for C++ πβ38Updated this week
- Various synchronization primitives for multithreaded applications in C++11.β22Updated 8 years ago
- β37Updated 10 years ago
- Object pool implementation in C++11β93Updated 3 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contextsβ19Updated 9 years ago
- Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.β11Updated 7 years ago
- Micro Signal/Slot implementetationβ35Updated 10 months ago
- Thread safe, lock-free memory pool.β53Updated 7 months ago
- A lovely structopt library for C++! Parse command line arguments by defining a struct! β€οΈβ10Updated last year
- A lightweight Timer class in C/C++. Feasible for simple profiling. Compatible with Mac, Linux and Windows.β20Updated 7 years ago
- A simple C++11 reflection/serialization framework.β129Updated 8 years ago
- A threadsafe C++ implementation of the EventBus idiomβ33Updated 5 years ago
- std::future extensionβ37Updated 4 years ago
- C++11 signal/slot implementationβ78Updated 3 years ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.β173Updated 4 years ago
- C++ header-only library to create classe factories registered by name.β22Updated 5 years ago
- Smart queue that executes tasks in threadpool-like mannerβ40Updated last year
- High-Performance Flat Finite State Machine Frameworkβ47Updated 5 months ago
- CppProperties is a single header libaray for enabling the property system architectureβ38Updated 4 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegatesβ42Updated 6 years ago
- A simple, generic, header-only state machine implementation for C++.β62Updated 2 years ago
- Provides run-time tuple element accessβ15Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Dataβ32Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ codeβ76Updated 8 years ago
- β25Updated last month
- A working example of packaging pre-built binaries (libs + header files) and uploading them to a Conan remote for consumptionβ8Updated 7 years ago
- A C++11 memory pool for multi-threaded applicationsβ33Updated 7 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessorβ35Updated 7 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simpleβ¦β132Updated 7 months ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in sβ¦β48Updated 6 years ago