TotalTechGeek/nspdh

Consider using mp++

TotalTechGeek opened this issue · 0 comments

While cpp_int is doing well, we could potentially speed this process up by using faster techniques for primality testing. GMP is approximately 5x faster in some benchmarks (and potentially even faster at higher bit sizes).

This may or may not affect the performance of this algorithm much.