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 11 months 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 2 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- For details, see the blog post:☆34Updated last year
- Header-only llvm::Expected<T>☆38Updated 6 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 5 years ago
- Towards a constexpr version of the C++ standard library☆18Updated last year
- Implementation of hash_append proposal☆67Updated 8 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
- benchmarking positional population count☆16Updated last month
- Dynamic runtime inlining with LLVM☆64Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆248Updated 3 weeks ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A performant, parallel, probabilistic, random acyclic-graph, low-latency, perfect hash generation library.☆86Updated 5 months ago
- Prints values and types during compilation!☆58Updated 5 months ago
- CPU Ultimate Latency Test.☆116Updated 2 months ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆20Updated 5 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆36Updated 12 years ago