Skip to content

Releases: jwood000/RcppBigIntAlgos

Dissatisfied

16 Dec 13:36
Compare
Choose a tag to compare

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

17 Jun 21:45
Compare
Choose a tag to compare

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

04 May 17:09
Compare
Choose a tag to compare

Corrected ambiguous data type issues.

Initial Release

12 Apr 00:59
Compare
Choose a tag to compare
v0.1.0

Added cranlog badges