Bits
Bit flags
A data structure that represents a set of binary flags with unlimited bit capacity
Binary bit flags with unlimited amount of bits
23 stars
7 watching
2 forks
Language: Haxe
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rawify/bitset.js | An implementation of an infinite bit vector in JavaScript for efficient bit manipulation and storage. | 224 |
bits-and-blooms/bitset | A Go package implementing bitsets as a mapping between non-negative integers and boolean values | 1,346 |
yourbasic/bit | An efficient data structure for compactly storing and manipulating binary numbers using bit-level parallelism. | 158 |
heapsio/hxbit | A binary serialization and network synchronization library for Haxe. | 155 |
roaringbitmap/roaring-rs | A data structure library for efficient bitset management | 763 |
rust-bitcoin/rust-bitcoin | A Rust library for serializing and deserializing Bitcoin protocol messages and keys. | 2,132 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,491 |
marcoheisig/bitfield | A library that provides an efficient mechanism for storing multiple discrete states in a single integer | 26 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
hashd/bitmap-elixir | A fast and space-efficient data structure for lookups using bit arrays in Elixir | 36 |
aiq/basexx | A Lua library for converting between various binary data formats | 85 |
mljs/bit-array | A JavaScript library for efficient binary array operations | 6 |
barncastle/bitskit | A C# library for efficient bit-level operations and manipulation of bit fields in various data types | 41 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
haskell/critbit | An implementation of crit-bit trees for efficient key/value storage and lookup in Haskell | 138 |