bitbuffer
There are 5 repositories under bitbuffer topic.
jhg023/BitBuffer
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
howmanysmall/FastBitBuffer
Fastest Roblox BitBuffer.
Danaozhong/rust-bitwriter
rust library to write integer types of any bit length into a buffer - from `i1` to `i64`.
WilliamVenner/bitvecbuf
Rust BitBuffer implemented around BitVec