rhalbersma / bit_setLinks
Rebooting the std::bitset franchise
☆44Updated 2 months ago
Alternatives and similar repositories for bit_set
Users that are interested in bit_set are comparing it to the libraries listed below
Sorting:
- Bit containers, sequences, and views for everyone. 🕷️☆126Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A C++14 and later CRTP template for defining iterators☆74Updated 3 months ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- C++20 and onward collection of high performance data containers and related tools☆55Updated 2 weeks ago
- C++20 Compact Tuple Tools☆51Updated 3 weeks ago
- Variadic templates and std::integer_sequence support library☆111Updated 4 months ago
- A template for creating optional-like objects with no space overhead☆103Updated 3 years ago
- SPY - C++ Information Broker☆155Updated last week
- Boost (not yet) Tacit Meta Programming - your DSL for metaprogramming☆66Updated 5 years ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆111Updated last year
- rx::ranges is a minimalist ranges library for C++17☆126Updated 2 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- C++ library aiming to replace all built-in integers☆94Updated last month
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.