bit-twiddling
There are 15 repositories under bit-twiddling topic.
rawify/BitSet.js
An arbitrary size Bit-Vector implementation in JavaScript
yourbasic/bit
Bitset data structure
foonathan/tiny
low-level library for minimizing the size of your types
NUCLEAR-BOMB/option
Replacement for std::optional with efficient memory usage and additional features.
rhalbersma/bit_set
Rebooting the std::bitset franchise
mkchoi212/bitbuf
C API for creation and analysis of binary data
JnyJny/bitvector
Bit Vector for Humans™
Rupt/c-arithmetic-right-shift
C arithmetic right shift. Small, portable, branchless.
ctamblyn/bit-iter
Rust crate to iterate forwards or backwards over the positions of set bits in a word. Useful for working with event flags, some bitboards etc.
bostick/tuppence
Tuppence Programming Language
yourbasic/int
A tribute to an underrated data type
arl/bitstring
Go Bitstring module
Longor1996/unthbuf
Unsigned N-bit Buffer: A structure that holds a fixed buffer of `bits`-sized unsigned integer elements.
tmurakami/btkt
A Kotlin library that provides extensions for bit-twiddling.
GitMoDu/BitTracker
Bit wise, memory efficient tracker.