[ Bron: golang-pault-go-topsort ]
Pakket: golang-pault-go-topsort-dev (0.0~git20160529.f98d2ad-2)
Verwijzigingen voor golang-pault-go-topsort-dev
Debian bronnen:
Het bronpakket golang-pault-go-topsort downloaden:
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-2.dsc]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad.orig.tar.gz]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [pault.ag]
Vergelijkbare pakketten:
library to topologically sort a DAG
This 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.