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 7 months ago
- benchmarking positional population count☆15Updated last year
- 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
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆234Updated 2 months ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMD (SSE) string functions☆102Updated 8 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- ☆108Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Benchmarks for our memory allocator☆68Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- C++ constexpr implementation of XXH3☆49Updated 2 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- A performant, parallel, probabilistic, random acyclic-graph, low-latency, perfect hash generation library.☆82Updated last month
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆31Updated 11 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆85Updated 9 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Effective Memory Reclamation☆58Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- CPU Ultimate Latency Test.☆110Updated last month