filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-amt-ipld

Array Mapped Trie (Persistent Vector) implementation using go-ipld

This package is a reference implementation of the IPLD AMT used in the Filecoin blockchain.

AMT is an array mapped trie, suitable for storing large arrays, including sparse arrays.

**See https://godoc.org/github.com/filecoin-project/go-amt-ipld for more information and API details

License

Dual MIT and Apache 2

About

Implementation of an array mapped trie using go and ipld

License:Other


Languages

Language:Go 99.8%Language:Makefile 0.2%