Update zstd.1.md

This commit is contained in:
Tor E Hagemann
2018-03-30 15:25:32 -07:00
committed by GitHub
parent 292d370ab4
commit c7a5e60bc6
+1 -1
View File
@@ -19,7 +19,7 @@ DESCRIPTION
with command line syntax similar to `gzip (1)` and `xz (1)`.
It is based on the **LZ77** family, with further FSE & huff0 entropy stages.
`zstd` offers highly configurable compression speed,
with fast modes at > 200 MB/s per code,
with fast modes at > 200 MB/s per core,
and strong modes nearing lzma compression ratios.
It also features a very fast decoder, with speeds > 500 MB/s per core.