tabokie / coplusLinks
Parallel programming library in C++11
☆12Updated 5 years ago
Alternatives and similar repositories for coplus
Users that are interested in coplus are comparing it to the libraries listed below
Sorting:
- ☆20Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A nano concurrency library☆24Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference