Hexalith.Application.TopologicalSorting 0.28.3

dotnet add package Hexalith.Application.TopologicalSorting --version 0.28.3
NuGet\Install-Package Hexalith.Application.TopologicalSorting -Version 0.28.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hexalith.Application.TopologicalSorting" Version="0.28.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hexalith.Application.TopologicalSorting --version 0.28.3
#r "nuget: Hexalith.Application.TopologicalSorting, 0.28.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hexalith.Application.TopologicalSorting as a Cake Addin
#addin nuget:?package=Hexalith.Application.TopologicalSorting&version=0.28.3

// Install Hexalith.Application.TopologicalSorting as a Cake Tool
#tool nuget:?package=Hexalith.Application.TopologicalSorting&version=0.28.3

Hexalith.Application.TopologicalSorting

A topological sorting algorithm for parallel task execution is a technique used to schedule tasks that can be executed concurrently.

The goal of the topological sorting algorithm is to find a valid sequence in which the tasks can be executed that respects the dependencies between them. This is important because it ensures that no task is executed before its dependencies have been completed.

A topological sorting algorithm is used to find a valid sequence of tasks that can be executed in parallel.

Once we have a valid sequence of tasks, we can execute them in parallel. For example, if two tasks have no dependencies between them, they can be executed concurrently. However, if a task depends on the output of another task, it must wait until that task has completed before it can begin.

Parallel task execution is important because it can significantly improve the performance of an application. By executing tasks concurrently, we can reduce the overall execution time of the application and improve its responsiveness.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Hexalith.Application.TopologicalSorting:

Package Downloads
Hexalith.Infrastructure.AzureCloud

Hexalith is a set of libraries to build a micro-service architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.28.3 5 5/9/2024
0.28.2 25 5/9/2024
0.28.0 43 5/8/2024
0.27.14 75 4/29/2024
0.27.13 78 4/10/2024
0.27.11 57 4/10/2024
0.27.10 66 4/10/2024
0.27.9 63 4/8/2024
0.27.7 76 3/31/2024
0.27.6 78 3/29/2024
0.27.5 77 3/20/2024
0.27.4 68 3/20/2024
0.27.1 75 3/20/2024
0.27.0 91 3/19/2024
0.26.18 79 3/19/2024
0.26.17 78 3/18/2024
0.26.13 86 3/18/2024
0.26.12 72 3/18/2024
0.26.11 81 3/17/2024
0.26.10 84 3/14/2024
0.26.9 77 3/12/2024
0.26.8 88 3/11/2024
0.26.7 85 3/11/2024
0.26.6 88 3/11/2024
0.26.5 94 3/8/2024
0.26.4 90 3/8/2024
0.26.3 82 3/6/2024
0.26.2 62 3/6/2024
0.26.1 85 3/5/2024
0.26.0 89 3/4/2024
0.25.11 81 3/4/2024
0.25.10 57 3/4/2024
0.25.9 85 3/2/2024
0.25.8 71 3/2/2024
0.25.7 90 3/2/2024
0.25.6 90 2/29/2024
0.25.4 90 2/27/2024
0.25.1 85 2/25/2024
0.24.1 92 2/23/2024
0.24.0 84 2/22/2024
0.23.2 111 1/22/2024
0.23.1 74 1/22/2024
0.22.6 88 1/22/2024
0.22.5 79 1/22/2024
0.22.4 85 1/22/2024
0.22.3 94 1/16/2024
0.22.2 94 1/16/2024
0.22.0 86 1/15/2024
0.21.5 92 1/15/2024
0.21.4 84 1/13/2024
0.21.3 81 1/12/2024
0.21.1 95 1/9/2024
0.21.0 91 1/5/2024
0.20.18 107 1/2/2024
0.20.17 121 1/2/2024
0.20.16 94 1/1/2024
0.20.15 112 1/1/2024
0.20.13 86 12/31/2023
0.20.12 113 12/23/2023
0.20.10 100 12/23/2023
0.20.8 105 12/22/2023
0.20.7 125 12/22/2023
0.20.6 117 12/22/2023
0.20.5 113 12/21/2023
0.20.4 119 12/21/2023
0.20.3 107 12/21/2023
0.20.2 112 12/20/2023
0.20.1 116 12/20/2023
0.20.0 107 12/20/2023
0.19.22 107 12/18/2023
0.19.21 99 12/18/2023
0.19.20 110 12/15/2023
0.19.19 90 12/15/2023
0.19.18 119 12/15/2023
0.19.17 115 12/15/2023
0.19.16 103 12/14/2023
0.19.15 93 12/14/2023
0.19.14 106 12/13/2023
0.19.13 100 12/13/2023
0.19.12 106 12/12/2023
0.19.11 115 12/12/2023
0.19.10 83 12/12/2023
0.19.7 110 12/11/2023
0.19.6 109 12/7/2023
0.19.5 119 12/5/2023
0.19.4 117 12/5/2023
0.19.3 121 12/5/2023
0.19.1 133 11/22/2023
0.19.0 101 11/22/2023
0.18.9 107 11/20/2023
0.18.7 116 11/19/2023
0.18.6 113 11/19/2023
0.18.5 106 11/19/2023
0.18.4 110 11/17/2023
0.18.3 112 11/17/2023
0.18.1 108 11/13/2023
0.18.0 107 11/9/2023
0.16.23 104 12/19/2023
0.10.17 107 11/8/2023
0.10.16 95 11/6/2023
0.10.15 102 11/5/2023
0.10.14 119 11/3/2023
0.10.13 89 11/2/2023
0.10.12 110 11/2/2023
0.10.11 112 11/1/2023
0.10.10 107 11/1/2023
0.10.9 106 11/1/2023
0.10.8 118 11/1/2023
0.10.7 104 11/1/2023
0.10.6 108 10/31/2023
0.10.5 116 10/31/2023
0.10.4 118 10/31/2023
0.10.3 110 10/30/2023
0.10.2 122 10/29/2023
0.9.4 123 10/18/2023
0.9.3 121 10/11/2023
0.9.2 129 10/7/2023
0.9.1 126 10/4/2023
0.8.5 116 10/3/2023
0.8.4 123 10/1/2023
0.8.3 123 10/1/2023
0.8.2 124 10/1/2023
0.7.2 138 7/4/2023
0.6.2 123 5/23/2023
0.6.1 124 5/18/2023
0.6.0 130 5/17/2023
0.5.5 133 5/8/2023
0.5.4 138 5/8/2023
0.5.3 136 5/3/2023
0.5.2 153 4/28/2023
0.5.1 152 4/28/2023
0.4.3 160 4/23/2023
0.4.2 175 4/15/2023