RaftLib / ipcLinks
Inter-process C++ communication library to enable allocation managed between processes/threads and send/receive of allocated regions between producers/consumer processes or threads using this IPC buffer. (and yes it implements an M:N ring buffer too)
☆12Updated 2 years ago
Alternatives and similar repositories for ipc
Users that are interested in ipc are comparing it to the libraries listed below
Sorting:
- An Array Mapped Tree implementation☆10Updated 4 years ago
- Asio Buffers without the Asio☆14Updated 2 weeks ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- RemoteCall C++ framework for IPC☆22Updated 8 years ago
- ☆9Updated 5 months ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Demo implementation of C++ networking☆17Updated 7 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 3 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- 3 different C++, multi-threaded queues including a lock-free one☆10Updated last year
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated 2 weeks ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- A simple and easy C++ Finite State Machine (FSM) container, with full manual☆25Updated last year
- Interval library for C++☆12Updated 4 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- Standalone C++11 implementation of variant☆12Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- flat_map standardization proposal☆10Updated 2 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- A reference implementation of std::simd, providing data parallel types in the C++ standard☆12Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago