cameron314 / cpp11-on-multicoreLinks
Various synchronization primitives for multithreaded applications in C++11.
☆23Updated 9 years ago
Alternatives and similar repositories for cpp11-on-multicore
Users that are interested in cpp11-on-multicore are comparing it to the libraries listed below
Sorting:
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- Smart queue that executes tasks in threadpool-like manner☆45Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆74Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- C++ binding for nanomsg☆113Updated 11 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 10 years ago
- async/await in vanilla C++11☆80Updated 9 years ago
- Boost::ASIO low-level redis client (connector)☆147Updated 3 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 5 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 10 years ago
- Fast delegates implementation☆57Updated 3 years ago
- Object pool implementation in C++11☆101Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆37Updated 4 years ago
- C++ Concurrency library!☆27Updated 6 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆52Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆89Updated 10 months ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years 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…☆49Updated 7 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 9 months ago
- JSON Serializer using compile time reflection☆21Updated 3 years ago
- A simple C++ header-only template library implementing matching using wildcards☆93Updated last year
- C++ coroutine based networking library (WIP)☆39Updated 7 years ago