linksplatform / Hashing

LinksPlatform's Platform.Hashing Template Library
The Unlicense
2 stars 2 forks source link

Wet dreams of any C++ programmer #13

Open uselessgoddess opened 2 years ago

uselessgoddess commented 2 years ago

Hi, I'm a novice programmer. I am very grateful that you have the code of this library in C++. So I can write my PR's. Please review it :)

uselessgoddess commented 2 years ago

I make some benchmarks. The results are amazing:

hash_span: ~30ms
Hash (old): ~50ms
std::hash<std::string_view>(custom) : ~110ms