Lingxi-Li / lock_free
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
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 8 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
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- `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
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Fast integer to string and string to integer conversion functions☆21Updated last year
- 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++ coroutine based networking library (WIP)☆37Updated 6 years ago
- Json benchmark based on nativejson-benchmark☆30Updated 3 months ago
- Effective Memory Reclamation☆55Updated 5 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated last month
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆80Updated 9 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 3 weeks ago
- Go-like channels for ASIO C++20 coroutines☆38Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 6 months ago
- A fixed capacity dynamically sized string☆65Updated this week
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- Boost.org multi_index module☆49Updated 3 weeks ago
- C++ framework for rapid server development☆77Updated last year