From 50ef1c3b4884b3b5417843e0748b63d13e105540 Mon Sep 17 00:00:00 2001 From: Goswin Date: Wed, 11 Nov 2020 15:59:06 +0100 Subject: [PATCH 1/2] Mention performance improvement to Set and Map in Release Notes Mention performance improvement to Set and Map in Release Notes see https://twitter.com/buybackoff/status/1326530575902011392 --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 425b154360c..fe15c1f5966 100644 --- a/release-notes.md +++ b/release-notes.md @@ -32,6 +32,7 @@ This release covers three important milestones: F# 5, Visual Studio 16.8, and .N ### FSharp Core 5.0.0 +* Significant [performance improvement](https://github.com/dotnet/fsharp/pull/10188) to core collections Set and Map by [buybackoff](https://github.com/buybackoff) * Consistent behavior for empty/non-existent slices for lists, strings, arrays, 2D arrays, 3D arrays, and 4D arrays * Support for fixed-index slices in 3D and 4D arrays * Support for negative indexes (in preview) From d0bd9ab07978010ce401441aac1f78ca68f37c0c Mon Sep 17 00:00:00 2001 From: Goswin Date: Wed, 11 Nov 2020 17:26:08 +0100 Subject: [PATCH 2/2] Avoid superlatives Co-authored-by: Phillip Carter --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index fe15c1f5966..13cfabac592 100644 --- a/release-notes.md +++ b/release-notes.md @@ -32,7 +32,7 @@ This release covers three important milestones: F# 5, Visual Studio 16.8, and .N ### FSharp Core 5.0.0 -* Significant [performance improvement](https://github.com/dotnet/fsharp/pull/10188) to core collections Set and Map by [buybackoff](https://github.com/buybackoff) +* [Performance improvement](https://github.com/dotnet/fsharp/pull/10188) to core collections Set and Map by [Victor Baybekov](https://github.com/buybackoff) * Consistent behavior for empty/non-existent slices for lists, strings, arrays, 2D arrays, 3D arrays, and 4D arrays * Support for fixed-index slices in 3D and 4D arrays * Support for negative indexes (in preview)