Open uselessgoddess opened 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 :)
I make some benchmarks. The results are amazing:
hash_span: ~30ms Hash (old): ~50ms std::hash<std::string_view>(custom) : ~110ms
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 :)