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
- 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
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 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
- C++17 inplace_string implementation☆95Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C++ Concurrency library!☆27Updated 6 years ago
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- `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
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- A simple replacement for std::unordered_map☆50Updated 10 months ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- A minimal subset of the Boost C++ library☆34Updated last year
- Json benchmark based on nativejson-benchmark☆32Updated 4 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 months ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Boost.org multi_index module☆51Updated 2 months ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Ring buffer library for C++17☆39Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆82Updated 9 years ago