.dll file

CommunityToolkit.HighPerformance.dll

Uploaded: 2025-12-28 Last Validated: 2025-12-28
8.2.2.1 116.1KB x86 (32 bit) Verified 2025-12-28
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
116.1KB
MD5
03d5504541c35e7b6e8731350e41150f
SHA256
0d2035f4827f6cc50c6558a7817ad99908941dc8c0c2d7dc2064800a15863f00
SHA1
ac23a665f9c67e15469443549a6b4cb8cf63193e

Metadata

Status
Complete
Company
Microsoft
Product
.NET Community Toolkit
Description
CommunityToolkit.HighPerformance
Build Note
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.
Copyright
(c) .NET Foundation and Contributors. All rights reserved.

Data Points

First Upload
2025-12-28

Install Instructions

Open the downloaded archive and extract the DLL file
1.Extract .DLL
Open the archive you downloaded and extract the specific .dll file.
Install the DLL into the correct Windows system folder
2.Install .DLL
Place the file in the correct folder:
32-bitC:\Windows\SysWOW64
64-bitC:\Windows\System32
Restart the application after installing the DLL
3.Restart Software
Close and reopen the application so Windows can load the new DLL.