skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

No license file. #9

Open Sqeaky opened 6 years ago

Sqeaky commented 6 years ago

I could make a PR that included the boost software license as is mentioned in the header.

A Readme.md wouldn't hurt either. You could link back to your blog:

https://probablydance.com/2017/02/26/i-wrote-the-fastest-hashtable/

https://probablydance.com/2018/05/28/a-new-fast-hash-table-in-response-to-googles-new-fast-hash-table/

If you want I could whip up a PR with these files. Just let me know.

Sqeaky commented 6 years ago

PR #12 would solve this issue. This is probably the first time I'm glad I didn't build the PR myself, that one is much nicer than anything I could have done.

Once that is merged, it is my personal recommendation to close this issue, presuming it's information is accurate.