I find a library with an implementation of an integer factorization function. Preferably, some quick implementation in some popular library, so as not to reinvent the wheel.
Is there anything?
A quick google search reveals the arithmoi package of Daniel Fischer.
See primeFactorsin of primes . It is fast enough, for example, instantly 104729 * 104723.
primeFactors
104729 * 104723