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
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Json benchmark based on nativejson-benchmark☆33Updated 7 months ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Smart queue that executes tasks in threadpool-like manner☆41Updated last year
- C++17 inplace_string implementation☆97Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- An implementation of Seqlock in C++11☆223Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆77Updated 5 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆151Updated 4 years ago
- Go-like channels for ASIO C++20 coroutines☆40Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- C++ coroutine based networking library (WIP)☆39Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Performance profiling of JSON libraries☆28Updated 3 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated last month
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆67Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- Code samples from https://vorbrodt.blog/☆114Updated 4 months ago
- A C++14 and later CRTP template for defining iterators☆75Updated last month