Optimized prime modulo calculations.
Used for fast prime modulo calculations when using simple hash-functions to index in hash tables (associative arrays).
Type-safe index into prime number constants primeConstants.
https://www.reddit.com/r/cpp/comments/anbmol/robin_hoodunordered_map_is_now_the_fastest_hashmap/
https://github.com/martinus/robin-hood-hashing
https://probablydance.com/2017/02/26/i-wrote-the-fastest-hashtable/
See Source File
Optimized prime modulo calculations.
Used for fast prime modulo calculations when using simple hash-functions to index in hash tables (associative arrays).