Lingxi-Li / lock_free
C++17 lock-free data structure library
☆15Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for lock_free
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 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
- JSON Serializer using compile time reflection☆20Updated last year
- C++ coroutine based networking library (WIP)☆37Updated 5 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- c++ wrapper around libpapi☆49Updated 6 years ago
- Container Traits for Modern C++☆28Updated 4 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
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- C++ Concurrency library!☆26Updated 5 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A C++ string-based dispatch/routing library☆25Updated 7 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆50Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- ☆25Updated 11 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- Experimental library to test feasabiltity of go-like channels built on Asio☆24Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A single-header scheduler aware C++ oneshot channel☆18Updated 3 weeks ago
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- Provides run-time tuple element access☆15Updated 3 years ago