rollbear / prio_queueLinks
C++14 cache friendly B-heap priority queue
☆105Updated 4 years ago
Alternatives and similar repositories for prio_queue
Users that are interested in prio_queue are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- generic stack-based container☆106Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++17 inplace_string implementation☆96Updated 6 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- C++ micro benchmark library☆96Updated 8 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- The missing C++ tuple functionality☆84Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- c++ wrapper around libpapi☆73Updated 7 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Boost.org multi_index module☆51Updated 2 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- A C++ micro-benchmarking framework☆95Updated 5 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago