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
There is an optimization in multiformats/rust-multihash that stores the hash inline if it is is small. For rust-cid to benefit from this it would have to use a Multihash as storage in Cid instead of a Vec...