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
Even though we store the actual peerId in the bucket, we need to transform it using the ConvertPeerID function every-time we want to perform some routing computation on it. This can become prohibitively expensive because ConvertPeerId uses SHA-256.
We should ideally do this transformation ONLY once &. cache the results.
The text was updated successfully, but these errors were encountered:
Even though we store the actual peerId in the bucket, we need to transform it using the
ConvertPeerID
function every-time we want to perform some routing computation on it. This can become prohibitively expensive becauseConvertPeerId
uses SHA-256.We should ideally do this transformation ONLY once &. cache the results.
The text was updated successfully, but these errors were encountered: