Skip to content

Commit 1de04d6

Browse files
author
Ron Petrusha
authored
Changed sentence about performance (microsoft#566)
1 parent ff5845e commit 1de04d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NotPlanned
1111

1212
### Change Description
1313

14-
Starting with the .NET Framework 4.7.2, the implementation of decompression in the `T:System.IO.Compression.DeflateStream` class has changed to use native Windows APIs by default. This results in an average performance improvement of approximately 300%. All .NET applications running on machines with versions of the .NET Framework starting with version 4.7.2 will now use the native implementation.
14+
Starting with the .NET Framework 4.7.2, the implementation of decompression in the `T:System.IO.Compression.DeflateStream` class has changed to use native Windows APIs by default. Typically, this results in a substantial performance improvement. All .NET applications running on machines with versions of the .NET Framework starting with version 4.7.2 will now use the native implementation.
1515

1616
This change might result in some differences in behavior, which include:
1717

0 commit comments

Comments
 (0)