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:
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 8 months ago
- benchmarking positional population count☆15Updated last year
- For details, see the blog post:☆32Updated last year
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆236Updated 2 months ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆55Updated this week
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆56Updated 2 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆101Updated 2 weeks ago
- Benchmarks for our memory allocator☆68Updated last year
- SIMD (SSE) string functions☆102Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- A performant, parallel, probabilistic, random acyclic-graph, low-latency, perfect hash generation library.☆83Updated 2 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- ☆108Updated last year
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- Trying to get perfect codegen for big-integer math.☆31Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆34Updated 11 years ago