Microsoft.Toolkit.HighPerformance 7.0.0-preview5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

CommunityToolkit.HighPerformance

Additional Details

The HighPerformance has now migrated to the CommunityToolkit.HighPerformance package

This is a prerelease version of Microsoft.Toolkit.HighPerformance.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Toolkit.HighPerformance --version 7.0.0-preview5
NuGet\Install-Package Microsoft.Toolkit.HighPerformance -Version 7.0.0-preview5
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="Microsoft.Toolkit.HighPerformance" Version="7.0.0-preview5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Toolkit.HighPerformance --version 7.0.0-preview5
#r "nuget: Microsoft.Toolkit.HighPerformance, 7.0.0-preview5"
#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 Microsoft.Toolkit.HighPerformance as a Cake Addin
#addin nuget:?package=Microsoft.Toolkit.HighPerformance&version=7.0.0-preview5&prerelease

// Install Microsoft.Toolkit.HighPerformance as a Cake Tool
#tool nuget:?package=Microsoft.Toolkit.HighPerformance&version=7.0.0-preview5&prerelease

This package includes high performance .NET Standard helpers such as:
     - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
     - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
     - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
     - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
     - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
     - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
     - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
     - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
     - BitHelper: a class with helper methods to perform bit operations on numeric types.
     - ParallelHelper: helpers to work with parallel code in a highly optimized manner.
     - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
     - Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
     - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (36)

Showing the top 5 NuGet packages that depend on Microsoft.Toolkit.HighPerformance:

Package Downloads
Stl

Stl ("ServiceTitan Library") is a collection of relatively small abstractions or methods we couldn't find in BCL. A part of Stl.Fusion.

ppy.osu.Game

Package Description

Raylib-CsLo

Managed C# bindings to Raylib, a friendly 2d/3d game framework similar to XNA / MonoGame. - Win/Linux/OsX supported. - Includes bindings for raylib extras: RayGui, Easings, Physac, RlGl, RayMath. - Minimal bindings + convenience wrappers to make it easier to use. - Tested and verified via more than 100 examples (**ALL** Raylib examples ported). These [examples are available to you in the GitHub Repo](https://github.com/NotNotTech/Raylib-CsLo/tree/main/Raylib-CsLo.Examples) - Requires `unsafe` for 3d workflows. - Supports net5+, Mono 6.4+, NetCore3.0 - Tested on Win10 Net6. Please test on other platforms and [raise an issue](https://github.com/NotNotTech/Raylib-CsLo/issues) if any problems occur. - A focus on performance. No runtime allocations if at all possible. - No intellisense docs. [read the raylib cheatsheet for docs](https://www.raylib.com/cheatsheet/cheatsheet.html) or [view the examples](https://github.com/NotNotTech/Raylib-CsLo/tree/main/Raylib-CsLo.Examples)

M5x.DEC.Schema

Package Description

Miki.Discord.Gateway

Package Description

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Toolkit.HighPerformance:

Repository Stars
ppy/osu
rhythm is just a *click* away!
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
copyliu/bililive_dm
B站弹幕姬 - B站直播彈幕工具
kendryte/nncase
Open deep learning compiler stack for Kendryte AI accelerator ✨
Version Downloads Last updated
7.1.2 4,203,355 11/18/2021
7.1.1 159,108 10/19/2021
7.1.0 76,581 9/23/2021
7.1.0-rc2 1,689 9/17/2021
7.1.0-rc1 3,468 8/30/2021
7.1.0-preview1 1,674 8/5/2021
7.0.2 781,629 5/12/2021
7.0.1 163,568 3/29/2021
7.0.0 36,695 3/11/2021
7.0.0-preview5 3,513 2/24/2021
7.0.0-preview4 10,782 11/12/2020
7.0.0-preview3 1,901 10/7/2020
7.0.0-preview2 2,682 8/11/2020
6.1.1 77,435 8/12/2020
6.1.0 3,189 6/15/2020
6.1.0-rc1 1,810 6/8/2020
6.1.0-preview1.2 422 5/19/2020