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:
- An open addressing linear probing hash table, tuned for delete heavy workloads☆207Updated last year
- generic stack-based container☆107Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- C++17 inplace_string implementation☆96Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Literal Logging for C++☆86Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 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…☆155Updated 4 months ago
- An implementation of Seqlock in C++11☆215Updated 11 months 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
- 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
- A disruptor thread-synchronisation data structure for C++11.☆130Updated 2 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- A STL allocator that mmaps files☆248Updated 4 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago