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:
- Heap allocation free version of C++11 std::function☆57Updated 3 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
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- C++ framework for rapid server development☆77Updated last year
- C++17 inplace_string implementation☆97Updated 6 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Literal Logging for C++☆86Updated 7 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months 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
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Fast integer to string and string to integer conversion functions☆22Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- A single file C++11 header-only memory mapped file library.☆64Updated last year
- generic stack-based container☆107Updated 7 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆131Updated 2 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆86Updated 9 years ago