vreverdy / bit-algorithms
An exploratory implementation of bit overloads of the C++ standard algorithms
☆18Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for bit-algorithms
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- For details, see the blog post:☆31Updated 10 months ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 5 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- A collection of useful things; sometimes proofs of concepts, sometimes production-ready code.☆19Updated 4 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆17Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- polymorphism with value semantics (based on std::variant)☆12Updated 8 years ago
- 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 …☆21Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- A collection of cache-friendly data structures in C++, without any dependencies.☆22Updated 6 years ago
- ☆12Updated 8 years ago
- ☆22Updated 7 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 2 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- C++ header-only library which enable using aggregates like tuples☆24Updated 6 years ago
- patches for gcc 7.2 to implement abdriviated lambdas for C++☆9Updated 5 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- Easily batch-build cmake projects!☆17Updated 5 months ago