lossless-data-compression
There are 31 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++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
flanglet/kanzi-cpp
Fast lossless data compression in C++
flanglet/kanzi
Fast lossless data compression in Java
dingwentao/GPU-lossless-compression
GPU-Accelerated Lossless Data Compressors Survey
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
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.
cgbur/arcode-rs
An arithmetic coder for Rust.
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
hpdps-group/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.
WhatTheBlock/kanzi-w64
kanzi-cpp的分支版本
aikiriao/ALA
ALA - Ayashi Lossless Audio Compressor
aikiriao/SLA
SLA - Solitary Lossless Audio Compressor
FedNazar/Kitten
Lossless data compression algorithm, aimed at fast decompression speeds and better compression ratios than LZ4HC and other speed-oriented algorithms
Geolm/arithmetic_codec
arithmetic encoder decoder, C port of Amir Said's FastAC
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
horacehoff/pixel-clustering-format
Lossless image format that compresses by clustering pixels and using arithmetic encoding for extreme size reduction. Ideal for images with a high pixel-to-color ratio.
Lioscro/lfq
Lossless compression of FASTQ sequences.
Mehulupase01/Compression-Benchmarks-Binary-Run-Length-Dictionary-Frame-of-Reference-and-Differential-Encoding
This project compares five lossless data compression techniques—Binary, Run-Length, Dictionary, Frame of Reference, and Differential Encoding—applied to integer and string CSV data. The performance is evaluated in terms of compression ratio, file size, and encoding/decoding time
mr-ravin/ravdecjs
RavdecJS is a JavaScript module implementing a lossless data compression algorithm designed by Ravin Kumar on September 19, 2016. This algorithm is designed exclusively for textual data, including alphabets, numbers, and symbols.
vli15/RLE-image-encoding-and-more
Collection of Python Projects and Labs