Schamschi opened a new pull request #46: NUMBERS-104: Speed up trial division
URL: https://github.com/apache/commons-numbers/pull/46
 
 
   Expand the set of prime numbers whose multiples are to be skipped as trial 
candidates in 
org.apache.commons.numbers.primes.SmallPrimes.boundedTrialDivision(int, int, 
List<Integer>) from {2,3} to {2,3,5,7,11}, and change the way the code achieves 
this from code duplication to a more explicit style.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to