DragonSpit / ParallelAlgorithmsLinks
Parallel C++ algorithms
☆65Updated last year
Alternatives and similar repositories for ParallelAlgorithms
Users that are interested in ParallelAlgorithms are comparing it to the libraries listed below
Sorting:
- A Low-Level Abstraction of Memory Access☆88Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆93Updated last year
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Add-on packages for Vector class library☆75Updated last year
- EDSL for C++ to make just-in-time code generation easier☆85Updated 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…☆73Updated 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…☆74Updated last year
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆208Updated last week
- Complete Project Documentation☆98Updated last year
- The Berkeley Container Library☆124Updated 2 years ago
- C++20 Memory Allocator library☆36Updated 5 months ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆94Updated last month
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated last week
- A simple replacement for std::unordered_map☆50Updated last year
- C++20 and onward collection of high performance data containers and related tools☆57Updated 3 weeks ago
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- Boost.org unordered module☆80Updated this week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- A micro microbenchmarking library for C++11 in a single header file☆225Updated 3 months ago
- C++ Library for Portable SIMD Vectorization☆84Updated 10 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- Rebooting the std::bitset franchise☆46Updated 5 months ago
- SIMD (SSE) string functions☆102Updated 8 years ago