mattreecebentley / plf_list

A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
https://plflib.org/list.htm
zlib License
151 stars 21 forks source link

License: Rename / Duplicate? #12

Closed TPS closed 5 years ago

TPS commented 5 years ago

@mattreecebentley Per https://help.github.com/articles/adding-a-license-to-a-repository/ , ifF you rename or duplicate (or perhaps quicker, commit directly from https://choosealicense.com/licenses/zlib/ ) your current license file to LICENSE or LICENSE.md, GitHub interface will pick it up, & show your repo license type in the header & searches that restrict to open-source licenses.

mattreecebentley commented 5 years ago

I don't get it. What's the advantage??

TPS commented 5 years ago

Mostly so those of us who use the GitHub repo & search interfaces will be able to find/use this more clearly.

mattreecebentley commented 5 years ago

Ah, I see - Thanks

TPS commented 5 years ago

Thanks for taking the RFE seriously via https://github.com/mattreecebentley/plf_list/commit/6c193db9ad2c63e0521eda07e4f296186b3ec2d6 🙇

mattreecebentley commented 5 years ago

You are most welcome.