You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just lexicographical byte ordering, which should be very fast
in case of multihashes since they usually differ within the first 8 byte
word.
Ordering is useful to have if you e.g. want to output a set of multihashes
in a deterministic way for debugging/testing purposes.
Also, many possible storage engines work using lexicographical byte ordering.
0 commit comments