Skip to content

Implementation of an array mapped trie using go and ipld

License

Notifications You must be signed in to change notification settings

vulcanize/go-amt-ipld

This branch is 37 commits behind filecoin-project/go-amt-ipld:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2023
Aug 31, 2023
Dec 31, 2021
Feb 4, 2023
Aug 28, 2019
Aug 28, 2019
Dec 17, 2020
Oct 16, 2020
Mar 29, 2023
Mar 29, 2023
May 11, 2023
May 11, 2023
May 6, 2022
Aug 24, 2022
Aug 31, 2023
Aug 31, 2023
Mar 24, 2022
Mar 29, 2023
Mar 29, 2023
Nov 24, 2021
Dec 17, 2020
Mar 30, 2021
Aug 14, 2023

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%