我们为您精选了匹配 “best java compression libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。
Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al
This is a high-performance compression library that supports streaming data, though it is implemented in C/C++ with bindings rather than being a native Java library.
ZeroTurnaround ZIP Library
This library provides a simplified, high-performance API for handling ZIP archives in Java, making it a direct tool for compression and archiving tasks despite its narrower focus on the ZIP format.