bitpacking
There are 17 repositories under bitpacking topic.
porglezomp/bitmatch
A Rust crate that allows you to match, bind, and pack the individual bits of integers.
James-Frowen/NetworkPositionSync
Network Transform using Snapshot Interpolation and other techniques to best sync position and rotation over the network.
mas-bandwidth/serialize
Bitpacking serializer for C++
suchapalaver/krust
Bioinformatics 101 tool for counting unique k-length substrings in DNA
James-Frowen/BitPacking
A c# Bit packing implementation for Unity3d, Build for Mirage and Mirror networking
Seelengrab/FieldFlags.jl
A small package for creating bitfield-like structs.
soltheon/packed_arrays
Pack address types to utilize 100% of storage space in Solidity
0xcacti/tictactoe
Solidity implementation of tictactoe with heavy influence from fiveoutofnine.
JohannesDeml/SerializationBenchmarkDotNet
dotnet benchmark for serialization and deserialization times and serialization sizes (.NET and Unity compatible libraries)
anilsathyan7/ConvAcc
Accelerating convolution using numba, cupy and xnor in python
andrusha/wordle-solver
GPU, SIMD, and bitpacked CPU - optimal information-gain Wordle Solvers
bad-ed/pint
Header-only library for packed integers manipulations
angiee99/LZWCompressor
Simple file compressor and decompressor with the Lempel-Ziv (LZW) compression algorithm implemented.
ApexNite/SimpleBitPacker
A simple C# implementation of bit packing compression.
KredeGC/BitStream
A header-only library for serializing and quantizing bits
guillaumelauzier/BitPacking
This algorithm involves packing the data into as few bits as possible and then concatenating the resulting bit sequences to create the full data. This approach can be efficient for certain types of data, but may not be suitable for all use cases.
teckmk/bitwise_packable
This workspace contains two crates: bitpack and bitval. Together, they provide efficient bit manipulation and packing functionalities for Rust projects.