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.

utilityother
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources