Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lossless-data-compression

flanglet/kanzi-go

Fast lossless data compression in Go

Language: Go - Size: 4.8 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 521 - Forks: 15

flanglet/kanzi

Fast lossless data compression in Java

Language: Java - Size: 5.32 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 99 - Forks: 18

flanglet/kanzi-cpp

Fast lossless data compression in C++

Language: C++ - Size: 8.79 MB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 125 - Forks: 2

avaneev/lzav

Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2500+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

Language: C - Size: 62.5 KB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 282 - Forks: 15

amd/aocl-compression

A software library of lossless data compression methods tuned and optimized for AMD β€œZen”-based CPUs

Language: C - Size: 5.72 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 16 - Forks: 5

trizen/Compression-Util

Implementation of various techniques used in data compression.

Language: Perl - Size: 195 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

hipdac-lab/ICS23-GPULZ

GPULZ: Optimizing LZSS Lossless Compression for Multi-byte Data on Modern GPUs

Language: Cuda - Size: 987 KB - Last synced: about 2 months ago - Pushed: 3 months ago - Stars: 13 - Forks: 0

cgbur/arcode-rs

An arithmetic coder for Rust.

Language: Rust - Size: 614 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 23 - Forks: 2

Geolm/arithmetic_codec

arithmetic encoder decoder, C port of Amir Said's FastAC

Language: C - Size: 74.2 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

karanvirheer/File-Compressor

A program utilizing lossless compression and the huffman algorithm.

Language: Python - Size: 56.7 MB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

SamirPaul1/txt-compressor

An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.

Language: JavaScript - Size: 34.5 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 17 - Forks: 31

MuhammadAhmad21042002/Huffman-Encoding-in-Cpp

C++ implementation of Huffman Encoder and Decoder

Language: C++ - Size: 5.86 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

andybbruno/TSXor

TSXor: A Simple Time Series Compression Algorithm

Language: C++ - Size: 16.2 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 34 - Forks: 4

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: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

e-hengirmen/Huffman-Coding

A C++ compression program based on Huffman's lossless compression algorithm and decoder.

Language: C++ - Size: 181 KB - Last synced: 11 months ago - Pushed: about 3 years ago - Stars: 81 - Forks: 7

dingwentao/GPU-lossless-compression

GPU-Accelerated Lossless Data Compressors Survey

Language: Cuda - Size: 17 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 94 - Forks: 9

aikiriao/SLA

SLA - Solitary Lossless Audio Compressor

Language: C - Size: 1.58 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 2

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.

Language: JavaScript - Size: 34.2 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

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: over 1 year ago - Pushed: almost 2 years ago - Stars: 16 - Forks: 1

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: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

aikiriao/ALA

ALA - Ayashi Lossless Audio Compressor

Language: C - Size: 39.1 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 1

WhatTheBlock/kanzi-w64

kanzi-cppηš„εˆ†ζ”―η‰ˆζœ¬

Language: C++ - Size: 586 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

scresh/arithmetic_coding

Implementation of lossless data compression technique written in Python.

Language: Python - Size: 73.2 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 4 - Forks: 0

sahaRatul/sela-java

Java rewrite of Sela lossless audio codec

Language: Java - Size: 191 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 14 - Forks: 0

Lioscro/lfq

Lossless compression of FASTQ sequences.

Language: C++ - Size: 40 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0