34 results for “topic:integer-compression”
Fastest Integer Compression
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
BitMagic Library
Fast integer compression in C using the StreamVByte codec
Fast decoder for VByte-compressed integers
High-performance dictionary coding
C library to pack and unpack short arrays of integers as fast as possible
Fast integer compression library in JavaScript
Fast differential coding functions (using SIMD instructions)
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
EliasFanoCompression: quasi-succinct compression of sorted integers in C#
VTEnc C library
A C++ library for integer array compression
Experimental search engine in C/C++17 - still in early development.
A Stream VByte implementation in Go leveraging SIMD techniques
64-bit integer compression algorithms in Java
A C++ implementation of StreamVByte, with Python bindings.
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
Elias-Fano dictionary
QMX compression library
Time series compression library in Rust and SIMD.
Integer compression benchmarks for sorted lists
A C++ library to efficiently store state values/unsigned integers with limited value range
Python bindings for streamvbyte
scripts for bit packing
Demonstrates several methods of integer compression
A C++ library to compress integer values using Exponential Golomb Encoding
Little Endian Base 128 (LEB128) encoding and decoding module for the Julia programming language
A lightweight, header-only C library for encoding and decoding LEB128/ULEB128 values.
Stream variable byte compression in Rust.