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.
☆48Updated 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
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Comparing linear and binary searches☆41Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- ☆108Updated last year
- Benchmarks for our memory allocator☆68Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago
- ☆39Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 6 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 7 months ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- Fastest Histogram Construction☆70Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Lace - implementation of work-stealing in C☆53Updated 2 weeks ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago