DragonSpit / ParallelAlgorithmsLinks
Parallel C++ algorithms
☆66Updated last year
Alternatives and similar repositories for ParallelAlgorithms
Users that are interested in ParallelAlgorithms are comparing it to the libraries listed below
Sorting:
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆212Updated last week
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated last year
- UME::SIMD A library for explicit simd vectorization.☆91Updated 8 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- Add-on packages for Vector class library☆76Updated 2 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆76Updated 2 years ago
- A Low-Level Abstraction of Memory Access☆93Updated last year
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- Struct-of-Arrays generator for C++ projects.☆60Updated last year
- C++ standard library features, "from scratch"☆194Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- The Berkeley Container Library☆126Updated last month
- Header-only C++ library for low precision floating point type emulation.☆178Updated 5 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆167Updated last month
- Complete Project Documentation☆99Updated last week
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Rebooting the std::bitset franchise☆46Updated 2 weeks ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated 3 weeks ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- 🚀 Fast C/C++ bit population count library☆358Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated 3 weeks ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆228Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago