Lingxi-Li / lock_freeLinks
C++17 lock-free data structure library
☆15Updated 6 years ago
Alternatives and similar repositories for lock_free
Users that are interested in lock_free are comparing it to the libraries listed below
Sorting:
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years 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
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 2 years ago
- A C++ string-based dispatch/routing library☆25Updated 8 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 7 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 6 years ago
- Go-like channels for ASIO C++20 coroutines☆39Updated last year
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- The C++ Pimpl Idiom Again!☆36Updated 7 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- generic stack-based container☆106Updated 7 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- Boost.org multi_index module☆51Updated last month
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A C++14 and later CRTP template for defining iterators☆74Updated last month
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago