22 Repositories
compress This package provides various compression algorithms. zstandard compression and decompression in pure Go. S2 is a high performance replacemen
pgzip Go parallel gzip compression/decompression. This is a fully gzip compatible drop in replacement for "compress/gzip". This will split compression
lz4 : LZ4 compression in pure Go Overview This package provides a streaming interface to LZ4 data streams as well as low level compress and uncompress
A simple zip implementation in Go
AlizipShare 阿里云盘压缩文件分享工具 修改&恢复(单文件&批量) 拖动文件(夹)到窗口里面,回车 支持直接将文件(夹)拖动到软件图标上修改 支持以右键菜单的方式修改 文件每次修改,MD5都会发生变化(即使是同一个文件) 编译 go build -ldflags="-s -w" -o zi
fast-archiver fast-archiver is a command-line tool for archiving directories, and restoring those archives written in [Go](http://golang.org). fast-ar
BioGo This is a simple genetic simulator written in Go. Heavily inspired by https://github.com/davidrmiller/biosim4/tree/main/src About This project s
go-lzo Native LZO1X implementation in Golang This code has been written using the original LZO1X source code as a reference, to study and understand t
Konmai LZ77 Compressor & Decompressor Compressor & Decompressor for various konmai resources such as files and network messages. Install With a correc
go-lz4 go-lz4 is port of LZ4 lossless compression algorithm to Go. The original C code is located at: https://github.com/Cyan4973/lz4 Status Usage go
Slipstream Slipstream is a method for lossless compression of power system data. Design principles The protocol is designed for streaming raw measurem
This is a cgo wrapper around the LZO real-time compression library. LZO is available at http://www.oberhumer.com/opensource/lzo/ lzo.go is the go pack
Lulu 🧙 Lulu(露露) 是一个文件压缩处理的工具箱。 使用前,务必先在测试服务器尝试安装 libvips 。 依赖 libvips ⭐️ 这里提供另一种 libvips 的安装方式,通过手动指定依赖,这样可以避免 libvips 的安装出现不可控的问题(覆盖部分 C 基础组件)。 将本仓库
zlib compression tool for modern multi-core machines written in Go
Easy Compression An easy-to-use CLI-based compression tool. Usage NAME: EasyCompression - A CLI-based tool for (de)compression USAGE: EasyCompr
Bzip2 Compression Tool written in Go
ezzip Simple, easy zip/unzip cli with optional AES256 encryption Installation Homebrew Coming soon. For Go Devs go install github.com/bradcypert/ezzip
gzip Parallel implementation of gzip for modern multi-core machines written in Go Usage: gzip [OPTION]... [FILE] Compress or uncompress FILE (by defau
Usage Install go install github.com/gustavonobreza/zip-compactor Run in GUI (Can select many files) zip-compactor Run in CLI (Can select just one file
GO=GZIP64 A little golang console utility that reads a file and either: 1) Encodes it - gzip compress followed by base64 encode writes
dbp32 Unsigned Integer 32 Byte Packing Compression. Inspired by lemire/FastPFor. Package bp32 is an implementation of the binary packing integer compr
yenc.go A single/multipart yenc decoder. Usually used for binary files stored on Usenet servers. Installation The easy way: go get github.com/chrisfar