zstandard online with Winfy
We have hosted the application zstandard in order to run this application in our online workstations with Wine or directly.
Quick description about zstandard:
Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder (see benchmarks below). Zstandard library is provided as open source software using a BSD license. Its format is stable and published as IETF RFC 8478. The negative compression levels, specified with --fast=#, offer faster compression and decompression speed in exchange for some loss in compression ratio compared to level 1, as seen in the table above. Zstd can trade compression speed for stronger compression ratios. It is configurable by small increment. Decompression speed is preserved and remain roughly the same at all settings, a property shared by most LZ compression algorithms, such as zlib or lzma.Features:
- Zstd offers a training mode, which can be used to tune the algorithm for a selected type of data
- Training Zstandard is achieved by provide it with a few samples
- The result of this training is stored in a file called "dictionary", which must be loaded before compression and decompression
- Using this dictionary, the compression ratio achievable on small data improves dramatically
- Zstandard API is designed with learning curve in mind
- The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder
Programming Language: C.
Categories:
Algorithms, File Compression
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.