drbobbeaty / DKitLinks
C++ Library of Atomic and Lockless Data Structures
☆38Updated 5 years ago
Alternatives and similar repositories for DKit
Users that are interested in DKit are comparing it to the libraries listed below
Sorting:
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- C++ framework for rapid server development☆76Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- STL-based caches for C++☆115Updated 2 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- WIP☆27Updated 6 years ago
- Fast integer to string and string to integer conversion functions☆23Updated last year
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆67Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Provides run-time tuple element access☆15Updated 4 years ago
- Literal Logging for C++☆86Updated 7 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago