lbcd/claimtrie/cmd
Roy Lee 88dbf2267c [lbry] cli: switch from utxoview to native map.
The utxo is too big to hold in the memory. (~58 GB at 860K blocks)
Since we're extracting claim scripts from an already validated database,
a dumb native map saves us memory as well as overhead maintaining a
uxto.

This takes 8.5 minutes to extract claim scripts in 1M blocks, but
still takes ~56 GB of memory.
2021-08-03 12:11:49 -07:00
..
cmd [lbry] cli: switch from utxoview to native map. 2021-08-03 12:11:49 -07:00
main.go [lbry] claimtrie: import current snapshot 2021-07-08 10:41:12 -07:00