rollbear / prio_queueLinks
C++14 cache friendly B-heap priority queue
☆109Updated 3 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☆184Updated last month
- generic stack-based container☆110Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated last month
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 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
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- Fixed Point Arithmetic C++14 Library☆113Updated 7 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆169Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last week
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 5 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- C++ framework for rapid server development☆76Updated last year
- 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
- An implementation of Seqlock in C++11☆230Updated last year