tinloaf / yggLinks
An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!
☆128Updated 2 years ago
Alternatives and similar repositories for ygg
Users that are interested in ygg are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- C++ standard library features, "from scratch"☆186Updated 5 months ago
- ☆127Updated 2 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…☆154Updated 3 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- Boost.org unordered module☆75Updated this week
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆255Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- A highly efficient, move-aware operators library☆202Updated 2 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- An implementation of Seqlock in C++11☆213Updated 10 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- Complete Project Documentation☆96Updated last year
- C++11 metaprogramming library☆260Updated 2 weeks ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆161Updated 4 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆180Updated last month
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 4 years ago
- Boost.org multi_index module☆51Updated this week
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago