vreverdy / bit-algorithmsLinks
An exploratory implementation of bit overloads of the C++ standard algorithms
☆18Updated 4 years ago
Alternatives and similar repositories for bit-algorithms
Users that are interested in bit-algorithms are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- For details, see the blog post:☆35Updated 2 years ago
- Compile-time printf-like string formatting☆76Updated 7 years ago
- Flat containers for C++☆59Updated 7 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- Yet another C++ text formatting library.☆71Updated last year
- C++20 for flag enums☆27Updated 5 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- A concise and readable metaprogramming language for C++☆62Updated 5 years ago
- ☆25Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- Playground for Cloud CI development for C++☆25Updated 4 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 9 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- Null-termination-aware string-view class for C++☆26Updated 6 months ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆19Updated last month