bitpacking
Here are 5 public repositories matching this topic...
Header-only library for packed integers manipulations
-
Updated
Nov 5, 2020 - C++
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.
-
Updated
Mar 3, 2023 - C++
Simple file compressor and decompressor with the Lempel-Ziv (LZW) compression algorithm implemented.
-
Updated
Jun 29, 2023 - C++
A header-only library for serializing and quantizing bits
-
Updated
Sep 21, 2024 - C++
Improve this page
Add a description, image, and links to the bitpacking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitpacking topic, visit your repo's landing page and select "manage topics."