.dll file

CommunityToolkit.HighPerformance.dll

Uploaded: 2024-02-06 Last Validated: 2024-05-22
8.0.0.1 118.2KB x86 (32 bit) Verified 2024-05-22
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
118.2KB
MD5
6c08e6206a0a2616d5dd7528ebf7ccab
SHA256
bb13938ee02c1efb24c353237256ff7b02cdc7fb5d941ce7178988213ffd1e58
SHA1
1163f89a9d5c50a3d68eb6bcb9afcc87e73c57fa

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-02-06

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.