Skip to content

Conversation

pjacklam
Copy link
Contributor

@pjacklam pjacklam commented Aug 5, 2024

  • Fix CPAN RT #98905 / Issue RT #98905: factor and primes are limited to 2^32 #404 and make factor to handle as large integers possible without using bignum (or similar).

  • Use a different algorithm (wheel factorisation of order 6), which is much faster for larger integers.

- Fix CPAN RT #98905 / Issue #404 and make factor to handle as large
  integers possible without using bignum (or similar).

- Use a different algorithm (wheel factorisation of order 6), which is
  much faster for larger integers.
@github-actions github-actions bot added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: factor The factor program labels Aug 5, 2024
@briandfoy briandfoy merged commit cbf18db into briandfoy:master Aug 5, 2024
2 checks passed
@briandfoy briandfoy self-assigned this Aug 5, 2024
@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels Aug 5, 2024
@briandfoy
Copy link
Owner

Congratulations on your first PR :)

@briandfoy
Copy link
Owner

briandfoy commented Aug 5, 2024

changes: completely replace factor with a program using the wheel algorithm to make it speedy (#404), from Peter John Acklam

@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: factor The factor program Status: released there is a new release with this fix Type: enhancement improve a feature that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants