compression-algorithm topic

List compression-algorithm repositories

lzfx

19
Stars
2
Forks
Watchers

Simplified LZFX-based compression library

SquirelCrawl

17
Stars
3
Forks
Watchers

This code compress a webpage into an html file. Images are converted to base64 and integrated together with CSS files in the html. Useful for webpages on microcontrollers (or low memory devices), a co...

snappy.net

16
Stars
3
Forks
Watchers

.NET wrapper for Snappy compression algorithm.

blast

17
Stars
4
Forks
Watchers

Golang library for both compressing and decompressing data in the PKWare Data Compression Library (DCL) compressed format, otherwise known as "explode" and "implode" which differ from PKZIP.

x3-compressor

15
Stars
2
Forks
Watchers

Experimental data compressor

ExtendedBitPlaneCompression

16
Stars
4
Forks
Watchers

Provides the code for the paper "EBPC: Extended Bit-Plane Compression for Deep Neural Network Inference and Training Accelerators" by Lukas Cavigelli, Georg Rutishauser, Luca Benini.

huffman-encode-decode

19
Stars
6
Forks
19
Watchers

C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.