integer-compression
There are 34 repositories under integer-compression topic.
powturbo/TurboPFor-Integer-Compression
Fastest Integer Compression
fast-pack/SIMDCompressionAndIntersection
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
tlk00/BitMagic
BitMagic Library
fast-pack/streamvbyte
Fast integer compression in C using the StreamVByte codec
fast-pack/MaskedVByte
Fast decoder for VByte-compressed integers
fast-pack/dictionary
High-performance dictionary coding
fast-pack/LittleIntPacker
C library to pack and unpack short arrays of integers as fast as possible
lemire/FastIntegerCompression.js
Fast integer compression library in JavaScript
lemire/FastDifferentialCoding
Fast differential coding functions (using SIMD instructions)
fast-pack/FrameOfReference
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
wolfgarbe/EliasFanoCompression
EliasFanoCompression: quasi-succinct compression of sorted integers in C#
vteromero/VTEnc
VTEnc C library
ademakov/Oroch
A C++ library for integer array compression
andrewtrotman/JASSv2
Experimental search engine in C/C++17 - still in early development.
thempatel/streamvbyte-simdgo
A Stream VByte implementation in Go leveraging SIMD techniques
burmanm/compression-int
64-bit integer compression algorithms in Java
ShrohanMohapatra/matrix_multiply_quadratic
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
wst24365888/libstreamvbyte
A C++ implementation of StreamVByte, with Python bindings.
gevg/ef
Elias-Fano dictionary
amallia/QMX
QMX compression library
rana/tms
Time series compression library in Rust and SIMD.
vteromero/integer-compression-benchmarks
Integer compression benchmarks for sorted lists
K-Type-de/SubBitPacking
A C++ library to efficiently store state values/unsigned integers with limited value range
iiSeymour/pystreamvbyte
Python bindings for streamvbyte
avojak/integer-compression
Demonstrates several methods of integer compression
lemire/BitPackingScripts
scripts for bit packing
PG1003/golomb
A C++ library to compress integer values using Exponential Golomb Encoding
ajauhri/bignum_compression
Compression technique for small polygons
gustingonzalez/ircodecs
ircodecs: compresión de enteros aplicada a IR (para Python)
rana/svb
Stream variable byte compression in Rust.
davidssmith/LittleEndianBase128.jl
Little Endian Base 128 (LEB128) encoding and decoding module for the Julia programming language
moccalotto/idhash
Create Reversible Hashes from integers.
slumlordsym/leb128
A lightweight, header-only C library for encoding and decoding LEB128/ULEB128 values.