package
0.4.6
Repository: https://github.com/ipfs/go-unixfs.git
Documentation: pkg.go.dev

# Packages

Package balanced provides methods to build balanced DAGs, which are generalistic DAGs in which all leaves (nodes representing chunks of data) are at the same distance from the root.
No description provided by the author
Package trickle allows to build trickle DAGs.

# Functions

BuildDagFromReader creates a DAG given a DAGService and a Splitter implementation (Splitters are io.Readers), using a Balanced layout.
BuildTrickleDagFromReader creates a DAG given a DAGService and a Splitter implementation (Splitters are io.Readers), using a Trickle Layout.