Pruning elements in SIMD vectors (i.e., packing left elements)
☆68Jan 30, 2024Updated 2 years ago
Alternatives and similar repositories for simdprune
Users that are interested in simdprune are comparing it to the libraries listed below
Sorting:
- benchmarking positional population count☆17Oct 19, 2025Updated 4 months ago
- Inplace complex-valued ANSI C fast fourier transform☆11Nov 7, 2016Updated 9 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
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- Vectorized intersections (research code)☆16Jan 13, 2017Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Dec 8, 2017Updated 8 years ago
- Generates a GitHub issue description for go-fuzz findings☆11Dec 3, 2015Updated 10 years ago
- Generally applicable Terra utilities.☆15Feb 10, 2015Updated 11 years ago
- Dynamic-language-like data structure for C☆15Jun 13, 2016Updated 9 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Giant is a tiny C++11 library to handle little/big endianness.☆19Sep 25, 2015Updated 10 years ago
- eBPF tool to collect BOLT profile☆14Nov 30, 2025Updated 3 months ago
- Lock-free interthread message queue.☆18Jan 26, 2016Updated 10 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- Fast decoder for VByte-compressed integers☆127Nov 15, 2025Updated 3 months ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆444Jul 7, 2025Updated 7 months ago
- Very simple runtime hooking library for OS X.☆15Aug 9, 2015Updated 10 years ago
- Hollow Heaps for Go☆20Jan 23, 2018Updated 8 years ago
- I-cache line packing and branch misprediction measuring tool☆18Dec 1, 2016Updated 9 years ago
- C implementation of merge sort, radix sort and parallel radix sort on 32 bit unsigned integers☆15Nov 29, 2015Updated 10 years ago
- xoshiro256** random number generator☆22May 7, 2018Updated 7 years ago
- bit & sketches data structures☆60Nov 2, 2018Updated 7 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- ReBucket: group panic()s by similarity☆12Nov 1, 2019Updated 6 years ago
- Compressed Bloom Filters (Golomb-compressed sequences, with indices)☆17May 19, 2013Updated 12 years ago
- Minimal C port of UTF8-CPP☆12Jun 2, 2019Updated 6 years ago
- Our Game Engine☆10Dec 1, 2016Updated 9 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Jul 22, 2020Updated 5 years ago
- High-performance dictionary coding☆109Apr 5, 2017Updated 8 years ago
- SIMDized check which bytes are in a set☆28Oct 21, 2018Updated 7 years ago
- Reader and writer of HDF5 files☆18Jul 15, 2017Updated 8 years ago
- AVX512F and AVX2 versions of quick sort☆104Nov 22, 2017Updated 8 years ago
- A portable CPU profiler with ASCII,CSV,TSV,Markdown,chrome://tracing support (C++11)☆65Mar 10, 2016Updated 9 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Dec 16, 2019Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Jun 5, 2017Updated 8 years ago
- A collection of demonstration languages in Lua/Terra suitable for learning or for forking when creating a new language☆11Aug 27, 2015Updated 10 years ago
- A simple library for querying the AST of a Go program☆11Feb 10, 2015Updated 11 years ago
- github.com/cznic/interval has moved to modernc.org/interval