goldsteinn / SIMD-sorting-network
SIMD sorting network generator and very basic tester
☆16Updated 2 years ago
Alternatives and similar repositories for SIMD-sorting-network:
Users that are interested in SIMD-sorting-network are comparing it to the libraries listed below
- ☆31Updated 3 years ago
- benchmarking positional population count☆14Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- ☆17Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- ☆39Updated 4 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 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…☆45Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last year
- Experimental ranges for CUDA☆24Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 3 months ago
- mallocMC: Memory Allocator for Many Core Architectures☆55Updated last month
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Radix sorting from the ground up☆36Updated last year
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- ☆10Updated 2 months ago
- Comparing linear and binary searches☆40Updated 4 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Benchmarks for our memory allocator☆63Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- ☆26Updated 4 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 2 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago