skarupke / heap
Looking into the performance of heaps, starting with the Min-Max Heap
☆65Updated 4 years ago
Alternatives and similar repositories for heap:
Users that are interested in heap are comparing it to the libraries listed below
- A persistent hash array-mapped trie for C++☆91Updated last year
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 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
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 9 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Flat containers for C++☆59Updated 2 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- Fixed Point Arithmetic C++14 Library☆109Updated 6 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- ☆26Updated 7 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- ☆48Updated 7 years ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 8 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Reference implementation of Grisu-Exact in C++☆62Updated 4 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- bad_alloc Behaving Badly☆74Updated 5 years ago
- stl compatible hashtable☆29Updated 7 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago