nicola-gigante / bitvectorLinks
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 in succinct space
☆26Updated 3 years ago
Alternatives and similar repositories for bitvector
Users that are interested in bitvector are comparing it to the libraries listed below
Sorting:
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆30Updated 2 months ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 9 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 6 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- benchmarking positional population count☆14Updated last year
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Vectorized version of the PCG random number generator☆79Updated 3 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago