KjellKod / lock-free-wait-free-circularfifoLinks
☆27Updated last year
Alternatives and similar repositories for lock-free-wait-free-circularfifo
Users that are interested in lock-free-wait-free-circularfifo are comparing it to the libraries listed below
Sorting:
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated last month
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Modern C++ generic header-only template library.☆103Updated last month
- C++ Concurrency library!☆27Updated 6 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 5 months ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 4 years ago
- Boost.org multi_index module☆51Updated 2 weeks ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated last month
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- Lean library to observe file changes in a specific directory path.☆46Updated 2 weeks ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated 11 months ago
- High performance multithreading toolkit for C++17☆47Updated last month
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago