stgatilov / linear-vs-binary-searchLinks
Comparing linear and binary searches
☆41Updated 5 years ago
Alternatives and similar repositories for linear-vs-binary-search
Users that are interested in linear-vs-binary-search are comparing it to the libraries listed below
Sorting:
- 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
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- ☆39Updated 4 years ago
- Benchmarks for our memory allocator☆69Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 7 months ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Lace - implementation of work-stealing in C☆53Updated 3 weeks ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆74Updated 2 years ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- ☆109Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- fast open addressing hash table☆41Updated last month