lossless-data-compression
There are 28 repositories under lossless-data-compression topic.
flanglet/kanzi-go
Fast lossless data compression in Go
avaneev/lzav
Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
flanglet/kanzi-cpp
Fast lossless data compression in C++
dingwentao/GPU-lossless-compression
GPU-Accelerated Lossless Data Compressors Survey
flanglet/kanzi
Fast lossless data compression in Java
andybbruno/TSXor
TSXor: A Simple Time Series Compression Algorithm
SamirPaulb/txt-compressor
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
amd/aocl-compression
A software library of lossless data compression methods tuned and optimized for AMD “Zen”-based CPUs
cgbur/arcode-rs
An arithmetic coder for Rust.
lsleonard/tiny-data-compression
High-speed lossless data compression of 16 to 512 bytes--get better average compression than QuickLZ for 512-byte blocks. td512 maintains good compression down to 16-byte blocks.
MrUnbelievable92/Bit-Collections
Bit Collections for Unity provides value type bit arrays and signed- and unsigned integers made out of an unconventional amount of bits and bytes
sahaRatul/sela-java
Java rewrite of Sela lossless audio codec
hipdac-lab/ICS23-GPULZ
GPULZ: Optimizing LZSS Lossless Compression for Multi-byte Data on Modern GPUs
rajyash1904/Image-Compression-and-Transmission
Lossless Image Compression and Transmission in Matlab
karanvirheer/File-Compressor
A program utilizing lossless compression and the huffman algorithm.
scresh/arithmetic_coding
Implementation of lossless data compression technique written in Python.
trizen/Compression-Util
Implementation of various techniques used in data compression.
aikiriao/ALA
ALA - Ayashi Lossless Audio Compressor
WhatTheBlock/kanzi-w64
kanzi-cpp的分支版本
aikiriao/SLA
SLA - Solitary Lossless Audio Compressor
Geolm/arithmetic_codec
arithmetic encoder decoder, C port of Amir Said's FastAC
horacehoff/lpi
An image format that works by grouping pixels together in clusters that rely on simple additions and multiplications for compression, and grouping them by color.
jevargas-m/evzip
Compression utility
MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
Sammar-Mangla/txt-file-compressor-decompressor-tool
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
uniabis/hrust_8bits_buffer
Experimental Hrust compressor with 8bits buffer. Forked from https://gitlab.com/eugene77/optimal-hrust-compressor
Lioscro/lfq
Lossless compression of FASTQ sequences.
mr-ravin/ravdecjs
Ravdec is a module written in Javascript, which is based on a Lossless Data Compression Algorithm designed by Mr. Ravin Kumar on 19 September, 2016.This compression algorithm have a fixed compression ratio of 1.1429 in all possible cases, It accepts data of following format: alphabets,numbers, and symbols.It can be used where the machine generates data at a very fast rate, that it became difficult for other algorithms to calculate the probability of a symbol, as data keeps on getting large, and is transmitted over the network with a much faster rate. In this case also, the above module, and algorithm gives the same compression ratio.