nicola-gigante / bitvector
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 2 years ago
Alternatives and similar repositories for bitvector:
Users that are interested in bitvector are comparing it to the libraries listed below
- For details, see the blog post:☆32Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- benchmarking positional population count☆14Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- String to Float Benchmark☆19Updated 6 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 6 months ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆29Updated 3 months ago
- A small DFA for under 16 states☆51Updated 6 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆55Updated 2 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 3 years ago
- ☆10Updated 3 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- AVX512 population count routines☆22Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 2 months ago
- ☆18Updated 4 months ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆56Updated 5 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 2 months 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
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago