package
0.0.0-20211028052304-69e52440aa93
Repository: https://github.com/dariuszo/gocoin.git
Documentation: pkg.go.dev
# README
memory
Package memory originated from "modernc.org/memory"
It is used by Gocoin client node to allocate UTXO records in memory. The idea is to improve performance by disablig GC over UTXO records.