Releases: jwood000/RcppBigIntAlgos
Releases · jwood000/RcppBigIntAlgos
Dissatisfied
With v1.0.0
we have major improvements in efficiency in the core quadratic sieve algorithm. We are fully parallel capable and have incorporated Lenstra's elliptic curve method for greater generality.
The general function primeFactorizeBig
was added with multiple options for targeting specific algorithms. This flexibility is also present in divisorsBig
.
Proper Speed
This release features a much improved quadraticSieve
function. The data structures used in the internal algorithm were updated and the algorithm overall was simplified. We now also use Rcpp
for simplifying the glue between R
and C++
.
Works on Solaris
Corrected ambiguous data type issues.
Initial Release
v0.1.0 Added cranlog badges