.dll file

CommunityToolkit.HighPerformance.dll

Uploaded: 2024-08-04 Last Validated: 2025-09-16
8.0.0.1 128.1KB x86 (32 bit) Verified 2025-09-16
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
128.1KB
MD5
565d601275c7513121f1b8c0a7926a43
SHA256
560e40b71e0cdb5a3496d55e67130c3901d3da88ffe808bfb6046813775ae855
SHA1
1babb64151afedb05788fc677c5589aa0276cab1

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
2024-08-04

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.