gerben-s / quicksort-blog-post
☆39Updated 4 years ago
Alternatives and similar repositories for quicksort-blog-post
Users that are interested in quicksort-blog-post are comparing it to the libraries listed below
Sorting:
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 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
- 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
- ☆31Updated 3 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Comparing linear and binary searches☆40Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆52Updated 8 months ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- SIMD sorting network generator and very basic tester☆16Updated 3 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- benchmarking positional population count☆14Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- LZ77/LZSS designed for SSE based decompression☆139Updated 6 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆31Updated last year
- Experiments with array layouts for comparison-based searching☆84Updated last year
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆155Updated 3 months ago