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
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 4 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- 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
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆36Updated 6 years ago
- C++ buffer class that allows you to write a stream of individual bits and bytes☆28Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- C++ framework for rapid server development☆77Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- fixpp - A modern C++ FIX library☆84Updated 4 months ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- Tutorial and Reference for writing network applications with Boost.Asio☆15Updated last year
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆69Updated 5 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- C++ Concurrency library!☆26Updated 6 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 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
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Priority-based Task Scheduling for Modern C++☆86Updated 4 years ago