You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zstd/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ so as always, testing is recommended.
36
36
For now, a high speed (fastest) and medium-fast (default) compressor has been implemented.
37
37
38
38
The "Fastest" compression ratio is roughly equivalent to zstd level 1.
39
-
The "Default" compression ration is roughly equivalent to zstd level 3 (default).
39
+
The "Default" compression ratio is roughly equivalent to zstd level 3 (default).
40
40
41
41
In terms of speed, it is typically 2x as fast as the stdlib deflate/gzip in its fastest mode.
42
42
The compression ratio compared to stdlib is around level 3, but usually 3x as fast.
@@ -390,4 +390,4 @@ For sending files for reproducing errors use a service like [goobox](https://goo
390
390
391
391
For general feedback and experience reports, feel free to open an issue or write me on [Twitter](https://twitter.com/sh0dan).
392
392
393
-
This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare.
393
+
This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare.
0 commit comments