komrad36 / SortingNetworksLinks
Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compilers to generate optimal sorting networks.
☆52Updated 4 years ago
Alternatives and similar repositories for SortingNetworks
Users that are interested in SortingNetworks are comparing it to the libraries listed below
Sorting:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated 2 weeks ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fastest Histogram Construction☆72Updated 3 years ago
- ☆111Updated last year
- Benchmarks for our memory allocator☆70Updated 2 years ago
- benchmarking positional population count☆16Updated last month
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- ☆39Updated 4 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago
- A fast SIMD parser for CSV files☆158Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆136Updated last month
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 10 months ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Linear vs binary search benchmark☆41Updated 5 years ago