Garfield1002 / jhr_skip_listLinks
Header-only skip list library for modern C++ (C++17/C++20)
☆18Updated 3 years ago
Alternatives and similar repositories for jhr_skip_list
Users that are interested in jhr_skip_list are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- fast prime sieve and hash algorithm☆39Updated 4 months ago
- A simple replacement for std::unordered_map☆51Updated last year
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- ☆45Updated 5 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- C++20 Static Branch library☆94Updated 6 months ago
- For details, see the blog post:☆34Updated 2 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 2 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated last year
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- ☆25Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- performance counters in C++☆22Updated last week
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- C++ type_name template utilities for pretty-printing type names☆11Updated 6 years ago
- Library for extracting stacktrace from exception.☆47Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆15Updated last month
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- llvm::SmallVector stripped from dependencies.