CommunityToolkit.HighPerformance 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.

Showing the top 20 packages that depend on CommunityToolkit.HighPerformance.

Packages Downloads
Minio
MinIO .NET SDK for Amazon S3 Compatible Cloud Storage.
145

.NET 6.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

.NET Standard 2.1

Version Downloads Last updated
8.4.0 0 2024-12-12
8.4.0-preview3 0 2024-11-27
8.4.0-preview2 0 2024-11-14
8.4.0-preview1 0 2024-10-30
8.3.2 0 2024-09-18
8.3.1 0 2024-09-12
8.3.0 0 2024-08-27
8.2.2 53 2026-01-08
8.2.1 0 2023-07-06
8.2.0 0 2023-04-27
8.2.0-preview2 0 2023-03-27
8.2.0-preview1 0 2023-03-13
8.1.0 0 2023-01-18
8.1.0-preview3 0 2022-12-26
8.1.0-preview2 0 2022-12-13
8.1.0-preview1 0 2022-11-02
8.0.0 0 2022-08-04
8.0.0-preview4 0 2022-06-07
8.0.0-preview3 0 2022-04-07
8.0.0-preview2 0 2022-03-10
8.0.0-preview1 0 2022-01-25
7.1.2 0 2021-11-18
7.1.1-preview3.1 0 2021-11-09
7.1.1-preview3 0 2021-10-29
7.0.3 0 2021-06-25
7.0.2 0 2021-05-12
7.0.1 0 2021-04-01