From 1de04d65d5c1c00aeca7beb3fd71d4778ee1d249 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Mon, 20 Nov 2017 13:04:45 -0800 Subject: [PATCH] Changed sentence about performance (#566) --- .../deflatestream-uses-native-apis-for-decompression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md b/Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md index 97a82e2..c6b82ee 100644 --- a/Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md +++ b/Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md @@ -11,7 +11,7 @@ NotPlanned ### Change Description -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. +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. This change might result in some differences in behavior, which include: