Please add license
Closed this issue · 3 comments
dov commented
There is no license attached to the code, which means it defaults to being "all rights reserved". It would be a nice courtesy to the community if you would make your intention about the license explicit. (With hope that you will release it under a permissive license. :-) )
lemire commented
Thanks for your comment.
Licensing is specifically addressed in the README:
https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog#licensing
Note that you should not use the code in this repo in production. This code is not meant to be reused as-is. It will have bugs.
dov commented
Thanks! I was especially interested in "iterating over set bits quickly" in order to create a fast iterative run-length encoding.