zippy

Compressor

A Nim implementation of compression algorithms and formats

Pure Nim implementation of deflate, zlib, gzip and zip.

GitHub

257 stars
7 watching
31 forks
Language: Nim
last commit: 4 months ago
Linked from 1 awesome list

compressiondeflategziphuffman-codinglz77nimtarballzipzlib

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
guzba/supersnappy A pure Nim implementation of Google's Snappy compression algorithm 89
status-im/nim-snappy An implementation of the Snappy compression algorithm in Nim 27
nicklockwood/gzip A category on NSData for compressing and decompressing data using the GZIP algorithm 988
gsquire/zig-snappy A Zig library implementing a fast, block-based compression algorithm. 28
nim-lang/zip Provides a C-based wrapper for the zip library to create, read, and write zip archives in various formats. 52
kuba--/zip A portable C library for creating, reading, and extracting zip archives 1,441
manyuanrong/wasm_gzip Implementation of Gzip compression and decompression in WebAssembly (WASM) for use with the Deno runtime. 19
zlib-ng/minizip-ng A C-based zip archive manipulation library with support for various compression and encryption methods. 1,249
nih-at/libzip A C library for reading and modifying compressed archives 861
opencomputeproject/project-zipline Develops a lossless data compression format suitable for cloud datasets 282
mapbox/gzip-hpp A C++ library for efficient compression and decompression of binary data 330
emmanuel-marty/em_inflate A fast, in-memory decompression library for common compression formats 73
gin-contrib/gzip A middleware package to enable GZIP compression in Gin-based web applications. 332
emmanuel-marty/zultra A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. 27
sstadick/gzp A multi-threaded data compression library written in Rust. 154