bit-array
There are 18 repositories under bit-array topic.
tlk00/BitMagic
BitMagic Library
rawify/BitSet.js
An arbitrary size Bit-Vector implementation in JavaScript
yourbasic/bit
Bitset data structure
Bodigrim/bitvec
Bit vectors: 8x less memory, up to 3500x faster than Vector Bool
mkchoi212/bitbuf
C API for creation and analysis of binary data
ciubotaru/bitfield
A bit-array manipulation library in C
tunabay/go-bitarray
A Go package providing data types and functions for manipurating bit arrays, aka bit strings, of arbitrary length.
mrazza/BitmapNet
A Bitmap library (think BitArray, BitVector32, or Bit Index, not bmp) written in C# with more functionality than the .NET default.
chakravala/PrimitiveBits.jl
Static bit-vector with primitive byte storage and bit-wise index
rabestro/unique-ip-addresses
The optimal solution to the problem of counting unique IPv4 addresses in a huge text file.
abaelen/BitStream
Back end array, declared as ordinary byte array (8-bits). But internal datastructure managed as a 'collection' of bit-subarrays:
Gautham-JS/pyFSK
FSK algorithm for Assignment with one sound application
TheLazyTomcat/lib.BitVector
Set of classes implementing bit vector (an array of individually accessible bits).
eli-davis/bit_manip
Byte and Word conversions (hex, char, bitstring)
idcrook/BiftVector
A Swift package for bit vectors (also called bit arrays).
andreas19/bitarray
A bit array for Go
karel-burda/algorithms
Simple algorithms (and data structures) written in pure C for educational reasons
lapets/bitlist
Pure-Python library for working with bit vectors.