schani / linbinLinks
Linear vs binary search benchmark
☆40Updated 5 years ago
Alternatives and similar repositories for linbin
Users that are interested in linbin 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- Fast decoder for VByte-compressed integers☆122Updated last year
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- nkvdb - is a numeric time-series database.☆35Updated 8 years ago
- Fast and Reliable (but not Secure) Hash☆53Updated 6 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- finding set bits in large bitmaps☆15Updated 9 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- benchmarking positional population count☆14Updated last year
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- For details, see the blog post:☆32Updated last year
- C++ interface to CPU affinity management☆30Updated 7 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 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
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Vectorized intersections (research code)☆15Updated 8 years ago
- A small DFA for under 16 states☆51Updated 6 years ago