integer-compression topic

List integer-compression repositories

streamvbyte

357
Stars
36
Forks
Watchers

Fast integer compression in C using the StreamVByte codec

SIMDCompressionAndIntersection

414
Stars
58
Forks
Watchers

A C++ library to compress and intersect sorted lists of integers using SIMD instructions

MaskedVByte

113
Stars
22
Forks
Watchers

Fast decoder for VByte-compressed integers

LittleIntPacker

83
Stars
9
Forks
Watchers

C library to pack and unpack short arrays of integers as fast as possible

dictionary

100
Stars
9
Forks
Watchers

High-performance dictionary coding

EliasFanoCompression

42
Stars
2
Forks
Watchers

EliasFanoCompression: quasi-succinct compression of sorted integers in C#

FastDifferentialCoding

49
Stars
8
Forks
Watchers

Fast differential coding functions (using SIMD instructions)