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: src/libraries/System.IO.Compression.ZStandard/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# System.IO.Compression.ZStandard
1
+
# System.IO.Compression.Zstandard
2
2
3
-
This library provides support for ZStandard compression and decompression operations in .NET. ZStandard (zstd) is a fast compression algorithm that provides high compression ratios and is particularly effective for real-time compression scenarios.
3
+
This library provides support for Zstandard compression and decompression operations in .NET. Zstandard (zstd) is a fast compression algorithm that provides high compression ratios and is particularly effective for real-time compression scenarios.
4
4
5
5
## Features
6
6
7
-
-**ZStandardStream**: A stream-based API for compressing and decompressing data using the ZStandard algorithm
8
-
-**ZStandardOptions**: Configuration options for controlling compression parameters including compression level
7
+
-**ZstandardStream**: A stream-based API for compressing and decompressing data using the Zstandard algorithm
8
+
-**ZstandardOptions**: Configuration options for controlling compression parameters including compression level
9
9
-**High Performance**: Optimized for both compression ratio and speed
10
10
-**Wide Compression Level Range**: Supports compression levels from negative values (faster, less compression) to 22 (slower, better compression)
11
11
@@ -15,18 +15,18 @@ This library provides support for ZStandard compression and decompression operat
0 commit comments