skarupke / heapLinks
Looking into the performance of heaps, starting with the Min-Max Heap
☆67Updated 4 years ago
Alternatives and similar repositories for heap
Users that are interested in heap are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- How fast can we shuffle values?☆37Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- Fixed size function wrapper like std::function☆69Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- ☆39Updated 4 years ago
- ☆49Updated 7 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- std::bitset with constexpr implementations plus additional features.☆121Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Flat containers for C++☆59Updated last week
- bad_alloc Behaving Badly☆74Updated 6 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Add-on packages for Vector class library☆75Updated last year
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago