-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add hamming distance calculation to bloom filters #1085
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
Conversation
@@ -0,0 +1,3 @@ | |||
Copyright (c) 2014 Barry Allard | |||
|
|||
MIT license |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the code doesn't bear an actual LICENSE
file. skull-squadron/hamming#3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbenet Tyrannical, bureaucratic "standards" people exist to foist unnecessary bikeshedding FUD and work on others while contributing no real value. I refuse to set this precedent unless you have a really good reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not bikeshedding. I've checked this with lawyers multiple times. As things stand today, it is still required to have the full text of licenses along with the relevant code base.
I already did the work for you. If you can't press one button, fine. We'll add it ourselves here. You're foisting much more work unto us -- every time we vendor -- but I don't care about arguing you on this
—
Sent from Mailbox
On Fri, Apr 17, 2015 at 10:11 AM, Barry Allard [email protected]
wrote:
@@ -0,0 +1,3 @@
+Copyright (c) 2014 Barry Allard
+
+MIT license@jbenet Tyrannical, bureaucratic "standards" people exist to foist unnecessary bikeshedding FUD and work on others while contributing no real value. I refuse to set this precedent unless you have a really good reason.
Reply to this email directly or view it on GitHub:
https://github.com/ipfs/go-ipfs/pull/1085/files#r28611967
LGTM other than |
|
||
acc := 0 | ||
|
||
// xor together |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats being xor'ed?
this LGTM, just curious about the usecase |
I pushed a commit with the newly vendored license. will merge when tests pass. |
Add hamming distance calculation to bloom filters
No description provided.