Lingxi-Li / lock_free
C++17 lock-free data structure library
☆15Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for lock_free
- JSON Serializer using compile time reflection☆20Updated last year
- C++ coroutine based networking library (WIP)☆37Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- c++ wrapper around libpapi☆49Updated 6 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☆94Updated 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 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++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Experimental library to test feasabiltity of go-like channels built on Asio☆24Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Session-based Beast/Asio wrapper requiring C++14☆65Updated 3 years ago
- Effective Memory Reclamation☆50Updated 4 years ago
- C++ buffer class that allows you to write a stream of individual bits and bytes☆28Updated 3 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A compressed pair for C++17☆25Updated 3 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- Lock-free concurrent work stealing deque in C++☆36Updated 6 years ago
- C++17 inplace_string implementation☆93Updated 6 years ago
- A header-only C++ parsing framework☆36Updated 3 years ago
- Literal Logging for C++☆83Updated 7 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- A C++ string-based dispatch/routing library☆25Updated 7 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆40Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago