compass
compass copied to clipboard
layer data structure can be very large for deep trees
if the Merkle tree is deep, this hashmap Map<Integer, List<String>> layers can become very large.
we should re-think this structure.
Maybe we should swap to disk?