Topic: "lossless-data-compression"
flanglet/kanzi-go
Fast lossless data compression in Go
Language: Go - Size: 5.36 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 593 - Forks: 15

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
Language: C++ - Size: 117 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 414 - Forks: 24

flanglet/kanzi-cpp
Fast lossless data compression in C++
Language: C++ - Size: 9.16 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 153 - Forks: 4

flanglet/kanzi
Fast lossless data compression in Java
Language: Java - Size: 5.89 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 116 - Forks: 18

dingwentao/GPU-lossless-compression
GPU-Accelerated Lossless Data Compressors Survey
Language: Cuda - Size: 17 MB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 115 - Forks: 11

e-hengirmen/Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Language: C++ - Size: 181 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 81 - Forks: 7

andybbruno/TSXor
TSXor: A Simple Time Series Compression Algorithm
Language: C++ - Size: 16.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 52 - Forks: 5

amd/aocl-compression
A software library of lossless data compression methods tuned and optimized for AMD “Zen”-based CPUs
Language: C - Size: 10.6 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 28 - Forks: 7

cgbur/arcode-rs
An arithmetic coder for Rust.
Language: Rust - Size: 614 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 24 - Forks: 4

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
Language: C# - Size: 304 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 23 - Forks: 2

hpdps-group/ICS23-GPULZ
GPULZ: Optimizing LZSS Lossless Compression for Multi-byte Data on Modern GPUs
Language: Cuda - Size: 2.48 MB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 14 - Forks: 1

sahaRatul/sela-java
Java rewrite of Sela lossless audio codec
Language: Java - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 0

karanvirheer/File-Compressor
A program utilizing lossless compression and the huffman algorithm.
Language: Python - Size: 56.7 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

scresh/arithmetic_coding
Implementation of lossless data compression technique written in Python.
Language: Python - Size: 73.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

aikiriao/SLA
SLA - Solitary Lossless Audio Compressor
Language: C - Size: 1.58 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

trizen/Compression-Util
Implementation of various techniques used in data compression.
Language: Perl - Size: 195 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

WhatTheBlock/kanzi-w64
kanzi-cpp的分支版本
Language: C++ - Size: 586 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

aikiriao/ALA
ALA - Ayashi Lossless Audio Compressor
Language: C - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

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.
Language: Rust - Size: 16.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 68.4 KB - Last synced at: 25 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

FedNazar/Kitten
Lossless data compression algorithm, aimed at fast decompression speeds and better compression ratios than LZ4HC and other speed-oriented algorithms
Language: C - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Geolm/arithmetic_codec
arithmetic encoder decoder, C port of Amir Said's FastAC
Language: C - Size: 74.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MuhammadAhmad21042002/Huffman-Encoding-in-Cpp
C++ implementation of Huffman Encoder and Decoder
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sammar-Mangla/txt-file-compressor-decompressor-tool
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Language: JavaScript - Size: 31.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

uniabis/hrust_8bits_buffer
Experimental Hrust compressor with 8bits buffer. Forked from https://gitlab.com/eugene77/optimal-hrust-compressor
Language: C++ - Size: 174 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Lioscro/lfq
Lossless compression of FASTQ sequences.
Language: C++ - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
