Files
lnd/channeldb/graph_test.go
Oliver Gugger 6240851f93 channeldb: optimize memory usage of initial cache fill
With this commit we use an optimized version of the node iteration that
causes fewer memory allocations by only loading the part of the graph
node that we actually need to know for the cache.
2021-09-29 17:00:06 +02:00

106 KiB