-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to add Less() #46
Comments
@Stebalien any thoughts here? |
Stebalien
added a commit
to ipfs/go-cidutil
that referenced
this issue
Aug 31, 2018
We're switching to string-backed CIDs so |
🎉 |
We are now using string-backed CIDs. |
Stebalien
added a commit
to ipfs/go-cidutil
that referenced
this issue
Sep 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's common to want to sort
Cid
, which requires an implementation ofLess()
. This can be done more efficiently insideCid
than outside because it won't require allocation if done inside (can directly access member fields which aren't exposed outside the package).The text was updated successfully, but these errors were encountered: