-
merkledag: keep links sorted by name · cd65ec61
May not be necessary to sort when adding each link-- doing so would be unnecessarily expensive O(n^2) when constructing nodes -- though n wont be big.
由 Juan Batiz-Benet 提交于cd65ec61
×
May not be necessary to sort when adding each link-- doing so would be unnecessarily expensive O(n^2) when constructing nodes -- though n wont be big.