![]() |
|
|
#1 |
|
Jan 2018
7 Posts |
I noticed that for trial division in a given range (2^68 - 2^69 for example), larger exponents seem to take less time (and are awarded with less GHz * Days). I assume that the divisors remain the same since they come from the same range. What optimization does Prime95 use to make division a sublinear time operation?
|
|
|
|
|
|
#2 | |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Quote:
Last fiddled with by science_man_88 on 2018-02-02 at 00:51 |
|
|
|
|
|
|
#3 |
|
Jan 2018
7 Posts |
|
|
|
|
|
|
#4 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
Last fiddled with by science_man_88 on 2018-02-02 at 01:00 |
|
|
|
|
|
|
#5 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
That thread is an excellent reference for the detailed optimizations level, but the simpler more overarching concept is this:
Quote:
But the actual division itself of the candidates is linear in the number of candidates, same as for non-Mersenne numbers. Last fiddled with by Dubslow on 2018-02-02 at 01:11 |
|
|
|
|
|
|
#6 |
|
Jun 2003
5,051 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mersenne trial division implementation | mathPuzzles | Math | 8 | 2017-04-21 07:21 |
| trial division over a factor base | Peter Hackman | Factoring | 7 | 2009-10-26 18:27 |
| P95 trial division strategy | SPWorley | Math | 8 | 2009-08-24 23:26 |
| Trial division software for Mersenne | SPWorley | Factoring | 7 | 2009-08-16 00:23 |
| Need GMP trial-division timings | ewmayer | Factoring | 7 | 2008-12-11 22:12 |