drbobbeaty / DKit
C++ Library of Atomic and Lockless Data Structures
☆38Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for DKit
- 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
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 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
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated last year
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- C++ interface to CPU affinity management☆30Updated 6 years ago
- Header only C++14 micro benchmark☆14Updated 8 years ago
- A prototype implementation of the futures proposal☆11Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- ☆11Updated 7 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆50Updated 5 years ago
- Fast integer to string and string to integer conversion functions☆20Updated last year
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆39Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated this week
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 9 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆30Updated 9 months ago
- C++ Concurrency library!☆26Updated 5 years ago