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:
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- ☆39Updated 4 years ago
- Benchmarks for our memory allocator☆65Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 6 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 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…☆45Updated 4 years ago
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Linear vs binary search benchmark☆40Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 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
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Vectorized version of the PCG random number generator☆80Updated 3 months ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast open addressing hash table☆41Updated last year
- Radix sorting from the ground up☆36Updated last year
- Sample implementation of C++20 atomic_wait/notify☆59Updated 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
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago