rollbear / prio_queue
C++14 cache friendly B-heap priority queue
☆104Updated 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 7 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
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 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 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A C++ micro-benchmarking framework☆95Updated 5 years ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- The missing C++ tuple functionality☆84Updated 5 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated last year
- C++ micro benchmark library☆94Updated 8 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆255Updated 5 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- The C++ Pimpl Idiom Again!☆36Updated 7 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Fixed Point Arithmetic C++14 Library☆110Updated 6 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- C++ serializers benchmark with realistic data☆123Updated 2 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- A simple replacement for std::unordered_map☆49Updated 9 months ago