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:
- A simple replacement for std::unordered_map☆50Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆207Updated last month
- 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
- Add-on packages for Vector class library☆76Updated last year
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- 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
- A Low-Level Abstraction of Memory Access☆92Updated last year
- Experimental JSON builder based on C++ reflection☆55Updated this week
- C++20 and onward collection of high performance data containers and related tools☆57Updated 2 weeks ago
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Light, fast, threadpool for C++20☆106Updated 2 years ago
- A C++ parser combinator library.☆156Updated 2 weeks ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated 4 months ago
- A fully featured single header library implementing a vector container with a small buffer optimization.☆67Updated 6 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Boost.org unordered module☆85Updated last week
- A handy script to visualize google benchmark output☆57Updated 2 years ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆38Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- An STL-like C++ header-only tree library☆147Updated 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…☆75Updated last year
- A header only library implementing common mathematical functions using SIMD intrinsics☆113Updated last month
- C++20 Memory Allocator library☆36Updated 6 months ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Header-only C++ library for low precision floating point type emulation.☆177Updated 5 years ago