HPCsharp 3.16.5

.NET 5.0 .NET Standard 2.0
dotnet add package HPCsharp --version 3.16.5
NuGet\Install-Package HPCsharp -Version 3.16.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HPCsharp" Version="3.16.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HPCsharp --version 3.16.5
#r "nuget: HPCsharp, 3.16.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HPCsharp as a Cake Addin
#addin nuget:?package=HPCsharp&version=3.16.5

// Install HPCsharp as a Cake Tool
#tool nuget:?package=HPCsharp&version=3.16.5

Parallel high performance cross-platform C#/.NET algorithms. 28+ algorithms with familiar interfaces and examples. Multi-core and data parallel (SIMD/SSE). Open source and free. See project Readme, blog and videos...

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HPCsharp:

Package Downloads
Yak2D.Graphics

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on HPCsharp:

Repository Stars
DragonSpit/HPCsharp
High performance algorithms in C#: SIMD/SSE, multi-core and faster
Version Downloads Last updated
3.16.5 714 9/26/2022
3.16.4 2,176 6/13/2022
3.16.3 1,078 1/11/2022
3.16.2 165 1/10/2022
3.16.1 4,014 4/10/2021
3.16.0 3,938 3/3/2021
3.15.0 1,539 2/8/2021
3.14.3 1,682 12/23/2020
3.14.2 1,566 11/11/2020
3.14.1 1,328 10/18/2020
3.14.0 317 10/18/2020
3.13.0 698 7/25/2020
3.12.2 391 6/28/2020
3.12.1 3,117 6/7/2020
3.12.0 3,668 5/18/2020
3.11.0 1,389 4/27/2020
3.10.0 428 4/12/2020
3.9.3 414 4/6/2020
3.9.2 1,142 3/28/2020
3.9.1 388 3/26/2020
3.9.0 837 3/23/2020
3.8.1 2,787 1/11/2020
3.8.0 474 1/11/2020
3.7.2 1,174 12/26/2019
3.7.1 531 11/5/2019
3.7.0 482 9/21/2019
3.6.0 475 8/31/2019
3.5.4 564 8/18/2019
3.5.3 559 8/10/2019
3.5.2 556 8/9/2019
3.5.1 565 7/23/2019
3.5.0 556 7/14/2019
3.4.3 561 7/3/2019
3.4.2 547 6/23/2019
3.4.1 607 5/31/2019
3.4.0 601 5/19/2019
3.3.12 606 5/6/2019
3.3.11 576 5/3/2019
3.3.10 592 4/28/2019
3.3.9 595 4/7/2019
3.3.8 586 4/6/2019
3.3.7 621 3/13/2019
3.3.6 608 3/10/2019
3.3.5 4,470 3/6/2019
3.3.4 612 3/5/2019
3.3.3 606 3/3/2019
3.3.2 613 2/26/2019
3.3.1 637 2/21/2019
3.3.0 669 2/20/2019
3.2.5 670 2/12/2019
3.2.4 666 2/11/2019
3.2.3 661 2/9/2019
3.2.2 679 2/8/2019
3.2.1 680 2/7/2019
3.2.0 667 2/1/2019
3.1.3 691 1/21/2019
3.1.2 727 1/5/2019
3.1.1 768 1/2/2019
3.1.0 689 12/29/2018
3.0.3 749 12/18/2018
3.0.2 728 12/11/2018
3.0.1 733 12/3/2018
3.0.0 707 11/21/2018
2.0.1 961 7/4/2018
2.0.0 957 6/25/2018
1.0.8 932 5/28/2018
1.0.6 967 3/6/2018
1.0.5 958 3/5/2018
1.0.4 967 3/4/2018

Fixed average calculations in many recursive algorithms and Binary Search to not have overflow/underflow.
Reduced memory usage of Adaptive In-Place Merge. Added In-Place Adaptive Merge Sort using this memory optimized Adaptive In-Place Merge with starting index and length to specify array range to be sorted in-place. Improved organization of Parallel Fill, and removed usage of SSE versions due to a bug.