System.Threading.Tasks.Parallel 4.0.1-beta-23409
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
Showing the top 20 packages that depend on System.Threading.Tasks.Parallel.
Packages | Downloads |
---|---|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it.
|
7,102 |
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
2d61d0b043915bc948ebf98836fefe9ba942be11
When using NuGet 3.x this package requires at least version 3.4.
|
294 |
SixLabors.ImageSharp
A cross-platform library for the processing of image files; written in C#
|
37 |
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
35 |
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard 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.
|
31 |
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
30 |
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard 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.
|
30 |
SixLabors.ImageSharp
A cross-platform library for the processing of image files; written in C#
|
29 |
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
c5668293c2ec0cbac24739f64067d0de0e0c63c9
When using NuGet 3.x this package requires at least version 3.4.
|
29 |
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard 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.
|
29 |
SixLabors.ImageSharp
A cross-platform library for the processing of image files; written in C#
|
28 |
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
27 |
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
|
27 |
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
26 |
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files.
|
26 |
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard 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.
|
26 |
Microsoft.Build.Framework
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
|
26 |
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
26 |
.NET Framework 4.5
- No dependencies.
.NETCore 5.0
- System.Runtime.Extensions (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Collections.Concurrent (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Diagnostics.Tracing (>= 4.0.20)
.NETPlatform 5.0
- System.Runtime.Extensions (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Diagnostics.Tracing (>= 4.0.20)
- System.Threading.Tasks (>= 4.0.10)
- System.Collections.Concurrent (>= 4.0.10)
- System.Runtime (>= 4.0.20)
- System.Threading (>= 4.0.10)
WindowsPhoneApp 8.1
- No dependencies.
Windows 8.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 7,119 | 12/16/2020 |
4.3.0-preview1-24530-04 | 29 | 05/30/2023 |
4.0.1 | 27 | 12/03/2021 |
4.0.1-rc2-24027 | 24 | 05/30/2023 |
4.0.1-beta-23516 | 31 | 05/30/2023 |
4.0.1-beta-23409 | 23 | 05/30/2023 |
4.0.1-beta-23225 | 27 | 05/30/2023 |
4.0.0 | 29 | 05/30/2023 |
4.0.0-beta-23109 | 30 | 05/30/2023 |
4.0.0-beta-23019 | 27 | 05/30/2023 |
4.0.0-beta-22816 | 23 | 05/30/2023 |
4.0.0-beta-22605 | 24 | 05/30/2023 |
4.0.0-beta-22416 | 24 | 05/30/2023 |
4.0.0-beta-22231 | 25 | 05/30/2023 |