CommunityToolkit.HighPerformance
8.1.0
See the version list below for details.
dotnet add package CommunityToolkit.HighPerformance --version 8.1.0
NuGet\Install-Package CommunityToolkit.HighPerformance -Version 8.1.0
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.1.0" />
paket add CommunityToolkit.HighPerformance --version 8.1.0
#r "nuget: CommunityToolkit.HighPerformance, 8.1.0"
// Install CommunityToolkit.HighPerformance as a Cake Addin
#addin nuget:?package=CommunityToolkit.HighPerformance&version=8.1.0
// Install CommunityToolkit.HighPerformance as a Cake Tool
#tool nuget:?package=CommunityToolkit.HighPerformance&version=8.1.0
This package includes high performance .NET 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 | 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 |
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (40)
Showing the top 5 NuGet packages that depend on CommunityToolkit.HighPerformance:
Package | Downloads |
---|---|
CK.Core
CK.Core contains types and helpers that are used across different projects. Main types are: - NormalizedPath: Normalizes / and \ separators to /, exposes Parts and handle multiple kind of roots: / (RootedBySeparator), 'X:' or ':' (RootedByFirstPart), '//' (RootedByDoubleSeparator), or 'xx://' (RootedByURIScheme). - CKTrait: Thread safe set of (immutable) string tags that support all set operations. - DateTimeStamp: Simple DateTime with byte uniquifier. - SimpleServiceContainer: Basic IServiceProvider implementation. - HashStream and SHA1Value, SHA256Value and SHA512Value. - ISystemClock and SystemClock default implementation. - Completable & Completion: Are "futures" or "yet another promises" (based on Task/TaskCompletionSource). Offer Covariance of the completion result and optional extension points to map errors (exceptions or cancellation) to regular results. - CKBinaryReader/Writer: extend IBinaryReader/Writer with nullable support, more read/write of standard types and optional value sharing. |
|
Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind. |
|
Crosser.EdgeNode.Core.Abstractions
Package Description |
|
Stormancer.Server.Node
Package Description |
|
Sonata.Core
Sonata.Core |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on CommunityToolkit.HighPerformance:
Repository | Stars |
---|---|
Sergio0694/ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
|
|
Pixeval/Pixeval
Wow. Yet another Pixiv client!
|
|
fo-dicom/fo-dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
|
|
sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
Version | Downloads | Last updated |
---|---|---|
8.2.0-preview1 | 99 | 3/13/2023 |
8.1.0 | 50,359 | 1/18/2023 |
8.1.0-preview3 | 2,014 | 12/26/2022 |
8.1.0-preview2 | 637 | 12/13/2022 |
8.1.0-preview1 | 2,633 | 11/2/2022 |
8.0.0 | 167,518 | 8/4/2022 |
8.0.0-preview4 | 1,559 | 6/7/2022 |
8.0.0-preview3 | 629 | 4/7/2022 |
8.0.0-preview2 | 135 | 3/10/2022 |
8.0.0-preview1 | 2,031 | 1/25/2022 |
7.1.2 | 77,145 | 11/18/2021 |
7.1.1-preview3.1 | 156 | 11/9/2021 |
7.1.1-preview3 | 165 | 10/29/2021 |
7.0.3 | 3,247 | 6/25/2021 |
7.0.2 | 323 | 5/12/2021 |
7.0.1 | 495 | 4/1/2021 |