genericsimd / generic_simdLinks
Generic SIMD intrinsic to allow for portable SIMD intrinsic programming
☆41Updated 11 years ago
Alternatives and similar repositories for generic_simd
Users that are interested in generic_simd are comparing it to the libraries listed below
Sorting:
- Fastest Histogram Construction☆72Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- SSE2 Optimized GLSL-like math library☆118Updated 11 years ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- High performance multithreading toolkit for C++17☆47Updated 3 weeks ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- For details, see the blog post:☆34Updated last year
- Intel(R) Concurrent Collections for C++☆116Updated 2 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- Allocation benchmarks☆30Updated 9 years ago
- ☆13Updated 9 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- ☆57Updated 6 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- a tool to count accesses to member variables in c++ programs☆78Updated 11 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- fast open addressing hash table☆41Updated last week