schani / linbin
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
- Vectorized version of the PCG random number generator☆77Updated last month
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Experiments with array layouts for comparison-based searching☆83Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- For details, see the blog post:☆32Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- ☆49Updated 5 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 generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆133Updated 5 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 6 years ago
- benchmarking positional population count☆14Updated last year
- How fast can we shuffle values?☆37Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 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
- C++ interface to CPU affinity management☆30Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- bit & sketches data structures☆60Updated 6 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Fast and Reliable (but not Secure) Hash☆53Updated 6 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year