[ Bron: golang-pault-go-topsort ]
Pakket: golang-pault-go-topsort-dev (0.1.1-1)
Verwijzigingen voor golang-pault-go-topsort-dev
Debian bronnen:
Het bronpakket golang-pault-go-topsort downloaden:
- [golang-pault-go-topsort_0.1.1-1.dsc]
- [golang-pault-go-topsort_0.1.1.orig.tar.gz]
- [golang-pault-go-topsort_0.1.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [pault.ag]
Vergelijkbare pakketten:
Go library to topologically sort a DAG
This Go package containers a few helper routines to help with sorting a DAG (directed acyclic graphs) such that nodes with no inbound edges will be returned first.
This is particularly useful for things like ordering tasks, and handling dependencies.