Squadrick / shadesmarLinks
Fast C++ IPC using shared memory
☆625Updated 3 years ago
Alternatives and similar repositories for shadesmar
Users that are interested in shadesmar are comparing it to the libraries listed below
Sorting:
- Performance benchmark framework for C++ with nanoseconds measure precision☆318Updated 5 months ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆571Updated 5 months ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆438Updated last year
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆520Updated 3 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,127Updated last year
- Yet Another Serialization☆769Updated 10 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆543Updated 3 months ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆574Updated last month
- Asynchronous gRPC with Asio/unified executors☆441Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- C++20 coroutine library☆885Updated this week
- json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa☆463Updated 2 months ago
- A high performance C++ log library, producing structured binary logs☆756Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆626Updated 4 months ago
- A fast work-stealing queue template in C++☆330Updated last year
- C++14 lock-free queue.☆1,790Updated this week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,442Updated last year
- Event loop friendly C++ actor micro-framework, supervisable☆376Updated this week
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆269Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆303Updated 5 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,155Updated 2 weeks ago
- Fast and memory efficient c++ flat hash table/map/set☆663Updated last month
- A lightweight and very fast event bus / event framework for C++17☆410Updated last year
- A miniature library for struct-field reflection in C++☆630Updated last month
- A lightweight C++20 serialization and RPC library☆899Updated 3 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,123Updated last week
- Simple C++ Config Loader Framework(Serialization & Reflection)☆244Updated 3 weeks ago
- High performance C++11 thread pool