RafaGago / logger-benchLinks
Benchmark of different C or C++ loggers
☆12Updated 2 years ago
Alternatives and similar repositories for logger-bench
Users that are interested in logger-bench are comparing it to the libraries listed below
Sorting:
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆68Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆150Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A prototype implementation of the executors proposal☆86Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 years ago
- Toy fats log for Meeting C++ 2016☆33Updated 9 years ago
- Fast integer to string and string to integer conversion functions☆24Updated 2 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- C++ micro benchmark library☆98Updated 8 years ago
- C++17 inplace_string implementation☆98Updated 7 years ago
- Project intends to provide an easy framework for collecting and analyzing performance counters☆63Updated last year
- Working basic prototype of variadic template based logging☆40Updated 9 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- An implementation of Seqlock in C++11☆236Updated last year
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆33Updated 10 years ago
- A persistent hash array-mapped trie for C++☆92Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.