25 results for “topic:bitpacking”
A Rust crate that allows you to match, bind, and pack the individual bits of integers.
Bitpacking serializer for C++
Network Transform using Snapshot Interpolation and other techniques to best sync position and rotation over the network.
Bioinformatics 101 tool for counting unique k-length substrings in DNA
A bit-packing library providing contiguous data structures of bits and signed/unsigned integers with arbitrary (non-standard) bit widths
A c# Bit packing implementation for Unity3d, Build for Mirage and Mirror networking
A small package for creating bitfield-like structs.
Pack address types to utilize 100% of storage space in Solidity
dotnet benchmark for serialization and deserialization times and serialization sizes (.NET and Unity compatible libraries)
Solidity implementation of tictactoe with heavy influence from fiveoutofnine.
Fast SIMD integer compression with variable-length bit packed blocks.
Accelerating convolution using numba, cupy and xnor in python
A performant bitpack encoding implementation
GPU, SIMD, and bitpacked CPU - optimal information-gain Wordle Solvers
High-performance Python maze generation + solving engine (up to 400M cells) with Taichi GPU rendering & recordings.
A simple C# implementation of bit packing compression.
A header-only library for serializing and quantizing bits
Pure Go implementation of OpenZL compression library with typed compression, streaming API, and 2-50x better compression ratios than gzip
luau implementation of Elias–Fano encoding for compressing sparse bitmaps and sorted integer sets.
Simple file compressor and decompressor with the Lempel-Ziv (LZW) compression algorithm implemented.
Fast, device-agnostic bitpacking in Julia
Header-only library for packed integers manipulations
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.
This workspace contains two crates: bitpack and bitval. Together, they provide efficient bit manipulation and packing functionalities for Rust projects.
🛠️ Simplify register access in C with structured bitfields and unions for clear, efficient, and error-free bit manipulation in embedded systems.