Registry / utility / filecoin-project-go-amt-ipld

filecoin-project-go-amt-ipld

JSON →
library1.0.0gogounverified

Package go-amt-ipld implements an Array Mapped Trie (AMT) for IPLD, providing efficient array-like data structures for content-addressed storage.

go get github.com/filecoin-project/go-amt-ipld
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-amt-ipld
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

amt
github.com/filecoin-project/go-amt-ipld

Create a new AMT

package main import ( "fmt" "github.com/filecoin-project/go-amt-ipld" ) func main() { arr := amt.NewAMT(nil) fmt.Println(arr) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filecoin-project-go-amt-ipld — go get filecoin-project-go-amt-ipld · libregistry