dynamic_bitset
Dynamic bitset library
A header-only dynamic bitset implementation with optional optimization and CMake integration
Simple Useful Libraries: C++17/20 header-only dynamic bitset
153 stars
9 watching
14 forks
Language: C++
last commit: about 1 month ago
Linked from 3 awesome lists
catch2cmakecpp17cpp20header-onlysulunit-tests
Related projects:
Repository | Description | Stars |
---|---|---|
bits-and-blooms/bitset | A Go package implementing bitsets as a mapping between non-negative integers and boolean values | 1,346 |
fbdtemme/bencode | A header-only C++20 bencode serialization/deserialization library for efficient data exchange | 48 |
bernedom/si | A C++ header-only library providing type safety and user-defined literals for physical units | 500 |
sabas1080/ubit_bmp085 | Adds I2C interface support to Micro:bit | 0 |
eyalz800/zpp_bits | A lightweight C++20 serialization and RPC library in one header file | 747 |
fduignan/zephyr_bbc_microbit_v2 | Provides examples and code snippets for developing software applications on the BBC Microbit Version 2 using the Zephyr OS | 15 |
m-peko/bitflags | A C++ library for easily managing sets of type-safe flags. | 87 |
hsivonen/recode_cpp | A test and demonstration project for encoding_rs in C++ | 2 |
barncastle/bitskit | A C# library for efficient bit-level operations and manipulation of bit fields in various data types | 41 |
yourbasic/bit | An efficient data structure for compactly storing and manipulating binary numbers using bit-level parallelism. | 158 |
bbcmicrobit/hardware | Provides detailed technical documentation and hardware designs for the BBC micro:bit microcontroller. | 148 |
nanoant/cmakepchcompiler | CMake module providing support for precompiled headers via custom compiler extension | 103 |
mpark/variant | An implementation of C++17 std::variant for C++11/14/17 | 669 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |