C++14 cache friendly B-heap priority queue
☆110Sep 18, 2025Updated 8 months ago
Alternatives and similar repositories for prio_queue
Users that are interested in prio_queue are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Header only C++14 micro benchmark☆14Jan 4, 2016Updated 10 years ago
- Optimized for systems that read and write large blobs.☆12Mar 23, 2015Updated 11 years ago
- A hexagonal prism BVH: more efficient than AABB.☆18Jul 3, 2019Updated 6 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Nov 7, 2019Updated 6 years ago
- Little Game Engine that aims to be Physically Based for the lighting part☆24Dec 29, 2017Updated 8 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Single file utilities for C++.☆30Jun 1, 2026Updated last week
- fast prime sieve and hash algorithm☆40Aug 31, 2025Updated 9 months ago
- ☆16Feb 29, 2020Updated 6 years ago
- A lock-free pool-based allocator using C++11 facilities☆15Mar 21, 2015Updated 11 years ago
- Library of flat vector-like based associative containers☆76Jan 5, 2023Updated 3 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆138Aug 6, 2019Updated 6 years ago
- Library for creating code/data breakpoints at runtime on Win32/Win64☆21Aug 9, 2014Updated 11 years ago
- Task schedulers for cross-platform C++ development.☆34Feb 27, 2019Updated 7 years ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.