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☆46Updated last year
- benchmarking positional population count☆17Updated 3 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated 2 years ago
- For details, see the blog post:☆35Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- ☆113Updated 2 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…☆59Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆250Updated 2 months ago
- C++ interface to CPU affinity management☆31Updated 7 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆103Updated 5 months ago
- Vectorized version of the PCG random number generator☆87Updated 3 weeks ago
- Dynamic runtime inlining with LLVM☆67Updated 4 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆37Updated last year
- Hyaline Reclamation (PLDI '21, PODC '19)☆23Updated 4 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 2 weeks ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆38Updated 12 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆26Updated 3 years ago
- A collection of SIMD optimized general purpose hash functions☆48Updated 10 years ago
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago