Better hashing functions
slowikj opened this issue · 1 comments
slowikj commented
Try to get rid of modulo that is pretty costly.
Try to use: https://github.com/lemire/fastmod ; https://arxiv.org/pdf/1902.01961.pdf
slowikj commented
Faster division: https://github.com/ridiculousfish/libdivide