SIMD recipes, for various platforms (collection of code snippets)
☆49Jun 3, 2021Updated 4 years ago
Alternatives and similar repositories for multiplatform_simd_recipes
Users that are interested in multiplatform_simd_recipes are comparing it to the libraries listed below
Sorting:
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- benchmarking positional population count☆17Oct 19, 2025Updated 5 months ago
- C library to pack and unpack short arrays of integers as fast as possible☆95Mar 11, 2023Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆20Oct 3, 2020Updated 5 years ago
- A simple C library for compressing lists of integers using binary packing☆524Aug 18, 2023Updated 2 years ago
- FOundation of stXXl and thriLL☆14Jan 24, 2024Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Jul 22, 2020Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Feb 19, 2024Updated 2 years ago
- Popular hash table implementation benchmarks☆27Jul 12, 2017Updated 8 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Nov 19, 2019Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52May 2, 2017Updated 8 years ago
- Compressed Bitmap in C++ for bitmap Indexes.☆11Dec 17, 2019Updated 6 years ago
- Stackable Agent - a kubelet written in Rust which uses systemd as its backend☆15Dec 21, 2021Updated 4 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆33May 31, 2021Updated 4 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- A framework that helps implementing swizzle GPU kernels☆51Feb 29, 2020Updated 6 years ago
- SIMD-accelerated base64 codecs☆445Apr 4, 2024Updated last year
- Universe-sliced indexes in C++.☆18Jan 8, 2023Updated 3 years ago
- Vectorized intersections (research code)☆16Jan 13, 2017Updated 9 years ago
- Suite of universal indexes for Highly Repetitive Document Collections☆24May 14, 2020Updated 5 years ago
- Linear vs binary search benchmark☆41Dec 12, 2019Updated 6 years ago
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- Dynamic succinct/compressed data structures☆117Dec 17, 2025Updated 3 months ago
- An experimental tool to find approximate max-cuts in a large graph☆10Apr 28, 2021Updated 4 years ago
- Experiments in C++: binary fuse filters vs. Bloom filters☆49Dec 9, 2024Updated last year
- A library of inverted index data structures☆151Dec 15, 2022Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆36Jan 8, 2023Updated 3 years ago
- A Benchmark Toolkit for Assembly Instructions Using the LLVM JIT☆17Oct 26, 2020Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Jan 29, 2020Updated 6 years ago
- A tool to graphically visualize SIMD code☆698Mar 4, 2023Updated 3 years ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- C++ implementation of Concise and WAH compressed bitsets☆20Mar 31, 2017Updated 8 years ago
- Some realistic tabular datasets for testing (CSV)☆21Mar 7, 2018Updated 8 years ago
- Single header file with a bunch of useful statistical functions such as ANOVA, Kruskal-Wallis, T-test, etc.☆17Updated this week
- Benchmarks for auto-vectorization and revectorization, including both hand-vectorized and scalar code☆30Feb 15, 2019Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Dec 16, 2019Updated 6 years ago
- A collection of libraries in Scheme☆13Mar 2, 2021Updated 5 years ago
- Simple baselines for "Learned Indexes"☆161Jan 13, 2018Updated 8 years ago