rollbear / prio_queue
C++14 cache friendly B-heap priority queue
☆104Updated 3 years ago
Alternatives and similar repositories for prio_queue:
Users that are interested in prio_queue are comparing it to the libraries listed below
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆39Updated 8 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆80Updated last month
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- generic stack-based container☆105Updated 6 years ago
- The missing C++ tuple functionality☆84Updated 4 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- A C++14/17 implementation of named tuples☆70Updated 5 months ago
- Project intends to provide an easy framework for collecting and analyzing performance counters☆55Updated 10 months ago
- std::bitset with constexpr implementations plus additional features.☆118Updated last year
- C++17 inplace_string implementation☆94Updated 6 years ago
- C++ micro benchmark library☆89Updated 7 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
- low-level library for minimizing the size of your types☆112Updated 5 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 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…☆151Updated 2 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆155Updated this week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- C++11 header only micro benchmark framework☆14Updated 8 years ago
- c++ wrapper around libpapi☆50Updated 7 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- Flat containers for C++☆56Updated 2 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆138Updated 2 years ago
- A STL allocator that mmaps files☆244Updated 3 years ago