lemire / countersLinks
performance counters in C++
☆20Updated last week
Alternatives and similar repositories for counters
Users that are interested in counters are comparing it to the libraries listed below
Sorting:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Low memory overhead allocator☆30Updated 7 months ago
- A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.☆21Updated 3 months ago
- Concurrent Hash Table☆27Updated last month
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- ☆21Updated 8 months ago
- C++20 SIMD Within A Register library☆40Updated last month
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Batched random number generation☆18Updated last month
- Benchmarks for our memory allocator☆65Updated last year
- Header-only skip list library for modern C++ (C++17/C++20)☆14Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 months ago
- `cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.☆14Updated 2 months ago
- benchmarking positional population count☆14Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆35Updated 8 months ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆34Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- A unique_ptr implementation with small object optimization☆19Updated 9 months ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- A simple replacement for std::unordered_map☆50Updated 10 months ago
- ☆22Updated last year
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- C++20 Memory Allocator library☆35Updated last month