skarupke / heapLinks
Looking into the performance of heaps, starting with the Min-Max Heap
☆66Updated 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 10 years ago
- Reference implementation of Grisu-Exact in C++☆63Updated 4 years ago
- Flat containers for C++☆59Updated 2 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- stl compatible hashtable☆29Updated 7 years ago
- ☆49Updated 7 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- A minimal xoshiro256** generator with the C++ <random> interface☆35Updated 4 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Policy Based C++ Allocator Library☆123Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆68Updated last year
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Zoo library☆124Updated 3 weeks ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 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
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago