Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
copied from cf-post-staging / robin_hoodrobin_hood::unordered_map and robin_hood::unordered_set is a platform independent
replacement for std::unordered_map / std::unordered_set which is both faster and
more memory efficient for real-world use cases.