Difference between revisions of "Zstandard (zstd)"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
* Decompress a file:  
 
* Decompress a file:  
 
** <code>[[unzstd]]  filename_to_decompress</code>
 
** <code>[[unzstd]]  filename_to_decompress</code>
 +
 +
== Activities ==
 +
* Read https://engineering.fb.com/2016/08/31/core-infra/smaller-and-faster-data-compression-with-zstandard/
  
 
== Related terms ==
 
== Related terms ==
Line 23: Line 26:
 
* [[RocksDB]]
 
* [[RocksDB]]
 
* <code>[[xz]]</code>
 
* <code>[[xz]]</code>
* [[Reducing AWS Fargate Startup Times with zstd Compressed Container Images]]
+
* [[AWS Fargate]]: [[Reducing AWS Fargate Startup Times with zstd Compressed Container Images]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:57, 22 March 2024

wikipedia:zstd, zstandard (2015, Yann Collet) is a lossless data compression algorithm developed by Yann Collet at Facebook released in 2016.

Characteristics:

Examples[edit]

  • Compress a file:
    • zstd filename_to_compress
  • Compress a file and delete original file after compression:
    • zstd --rm filename_to_compress
  • Decompress a file:

Activities[edit]

Related terms[edit]

See also[edit]

Advertising: