rreusser / summation-algorithms

Naive, pairwise recursive, pairwise non-recursive, and Kahan summation algorithms, compared
MIT License
7 stars 0 forks source link

Licensing #2

Closed tab58 closed 8 years ago

tab58 commented 8 years ago

I see on the README that the licensing is pending confirmation. To spark the discussion and document it, I'm fine with licensing my bit of code as MIT.

rreusser commented 8 years ago

Yeah, your gist was great. Just wanted to organize and benchmark carefully, which meant a repo. Ultimately, I'd like to use this as a basis for something similar to what cwise does and basically plug a more general map-reduce operation into this template (via code-rewriting instead of function calls). And I hate to throw repos online without some sort of license. I'm fine with anything, just didn't want to speak for you. 👍