rollbear / prio_queueLinks
C++14 cache friendly B-heap priority queue
☆109Updated 2 months 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☆183Updated last month
- generic stack-based container☆110Updated 7 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fixed Point Arithmetic C++14 Library☆112Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- ⏱️ 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
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 5 months ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 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
- Literal Logging for C++☆86Updated 8 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- An implementation of Seqlock in C++11☆229Updated last year
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆51Updated 3 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last month
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- A modern, fast, structured logging framework in C++☆60Updated 2 years ago
- runtime to compile-time mappings☆110Updated 8 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago