Zstandard
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Line 15: | Line 15: | ||
| == Links == | == Links == | ||
| * [http://www.zstd.net/ Zstandard website] | * [http://www.zstd.net/ Zstandard website] | ||
| + | * RFC 8478 | ||
| + | * [[Wikipedia: Zstandard]] | ||
| + | |||
| + | [[Category:Facebook]] | ||
Revision as of 15:58, 4 October 2018
Zstandard, or Zstd, is a general-purpose compression algorithm and file format. It is designed to have a good balance between compression ratio, compression speed, and decompression speed.
Identification
For at least some versions of Zstd format, files begin with signature bytes 25 b5 2f fd.
Software
-  Zstandard → zstd,unzstd,zstdcat

