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:
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- generic stack-based container☆106Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- c++ wrapper around libpapi☆71Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- The missing C++ tuple functionality☆84Updated 5 years ago
- C++11 template meta-programming library.☆48Updated 10 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆135Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- An implementation of Seqlock in C++11☆210Updated 10 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Fixed Point Arithmetic C++14 Library☆110Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- High-performance multicore-scalable data structures and benchmarks☆141Updated 5 years ago
- C++ micro benchmark library☆94Updated 8 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago