stgatilov / linear-vs-binary-search
Comparing linear and binary searches
☆40Updated 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:
- 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
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- ☆39Updated 4 years ago
- ☆44Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆43Updated last year
- A small DFA for under 16 states☆51Updated 6 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- 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
- Benchmarks for our memory allocator☆64Updated last year
- Linear vs binary search benchmark☆40Updated 5 years ago
- Fast open addressing hash table☆41Updated last year
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- How fast can we shuffle values?☆37Updated last year
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Radix sorting from the ground up☆36Updated last year
- ☆13Updated 9 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago