gerben-s / quicksort-blog-postLinks
☆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:
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆121Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆157Updated 6 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- A Wait-Free Universal Construct for Large Objects☆97Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A benchmark for sorting algorithms☆61Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Benchmarks for our memory allocator☆68Updated last year
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Radix sorting from the ground up☆37Updated last year
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆121Updated 6 months ago
- Poireau: a sampling allocation debugger☆99Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 4 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- SIMD sorting network generator and very basic tester☆16Updated 3 years ago
- ☆108Updated last year
- Bloom filter alternative (C++)☆18Updated 6 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆53Updated 11 months ago
- ☆31Updated 3 years ago
- Code that accompanies the article "Lomuto's Comeback"☆35Updated 5 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆32Updated last year
- Comparing linear and binary searches☆41Updated 5 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆47Updated 4 years ago