Principalele funcționalități ale andybalholm/brotli sunt: Compression Utilities.
Alternativele open-source pentru andybalholm/brotli includ: brimworks/lua-zip — Lua binding to libzip. brimworks/lua-zlib — Simple streaming interface to zlib for Lua. golang/snappy — The Snappy compression format in the Go programming language. klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.… mholt/archiver — Archiver is a multi-format archive library and command-line tool for creating, extracting, and managing compressed… ulikunitz/xz — Pure golang package for reading and writing xz-compressed files.
The Snappy compression format in the Go programming language.
This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal