ePrivacy and GPDR Cookie Consent by Cookie Consent

Popular x64 Tags

primesieve 12.1

Sponsored links:
license: Open Source
downloads: 18
size: 246 kB
updated: 2024-03-10

Add to Basket
x64 compatible software

Kim Walisch
primesieve uses the segmented sieve of Eratosthenes with wheel factorization, this algorithm has a complexity of operations and uses space.

Segmentation is currently the best known practical improvement to the sieve of Eratosthenes. Instead of sieving the interval [2, n] at once one subdivides the sieve interval into a number of equal sized segments that are then sieved consecutively. Segmentation drops the memory requirement of the sieve of Eratosthenes from to . The segment size is usually chosen to fit into the CPU's fast L1 or L2 cache memory which significantly speeds up sieving. A segmented version of the sieve of Eratosthenes was first published by Singleton in 1969 [1], Bays and Hudson in [2] describe the algorithm in more detail.

Wheel factorization is used to skip multiples of small primes. If a kth wheel is added to the sieve of Eratosthenes then only those multiples are crossed off that are coprime to the first k primes, i.e. multiples that are divisible by any of the first k primes are skipped. The 1st wheel considers only odd numbers, the 2nd wheel (modulo 6) skips multiples of 2 and 3, the 3rd wheel (modulo 30) skips multiples of 2, 3, 5 and so on. Pritchard has shown in [3] that the running time of the sieve of Eratosthenes can be reduced by a factor of if the wheel size is but for cache reasons the sieve of Eratosthenes usually performs best with a modulo 30 or 210 wheel. Sorenson explains wheels in [4].

Additionally primesieve uses Tomás Oliveira e Silva's cache-friendly bucket list algorithm if needed [5]. This algorithm is relatively new it has been devised by Tomás Oliveira e Silva in 2001 in order to speed up the segmented sieve of Eratosthenes for prime numbers past 32 bits. The idea is to store the sieving primes into lists of buckets with each list being associated with a segment. A list of sieving primes related to a specific segment contains only those primes that have multiple occurrence(s) in that segment. Whilst sieving a segment only the primes of the related list are used for sieving and each prime is reassigned to the list responsible for its next multiple when processed. The benefit of this approach is that it is now possible to use segments (i.e. sieve arrays) smaller than without deteriorating efficiency, this is important as only small segments that fit into the CPU's L1 or L2 cache provide fast memory access.

primesieve is written entirely in C++ and does not depend on external libraries [6], it compiles with every standard compliant C++ compiler. Its speed is mainly due to the segmentation of the sieve of Eratosthenes which prevents cache misses when crossing off multiples in the sieve array and the use of a bit array instead of the more widely used byte (boolean) array. These are the optimizations I use in my implementation:

Uses a bit array with 30 numbers per byte for sieving
Pre-sieves multiples of small primes ? 19
Starts crossing off multiples at the square
Uses a modolo 210 wheel that skips multiples of 2, 3, 5 and 7
Uses specialized algorithms for small, medium and big sieving primes
Processes multiple sieving primes per loop iteration to increase instruction-level parallelism
Parallelized (multi-threaded) using OpenMP
To browse the latest primesieve source code online visit the 'Source' tab.

primesieveCADWindows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64, Windows 11

User Rating: 3.0 (1 vote)

x64 compatible software
OS: Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64, Windows 11


primesieve screenshot

Add Your Review or 64-bit Compatibility Report

Your Name:
Software Version:
Rating:
Review:
Security Code:


Top CAD 64-bit downloads

AutoCAD 2010
AutoCAD 2010   
Tthe world's leading customizable and extendable CAD application
Trialware | $3 995.00

AutoCAD 2014
AutoCAD 2014   
Tthe world's leading customizable and extendable CAD application
Trialware | $4 195.00

AutoCAD 2018
AutoCAD 2018 2018   
Tthe world's leading customizable and extendable CAD application
Trialware | $4 195.00

AutoCAD 2020
AutoCAD 2020 2024.0.1   
Tthe world's leading customizable and extendable CAD application
Trialware | $4 195.00

AutoCAD
AutoCAD 2008   
AutoCAD 2008 software adds features to help make everyday tasks easier.
Shareware | $3 995.00

AutoCAD 2019
AutoCAD 2019 2019   
Tthe world's leading customizable and extendable CAD application
Trialware | $4 195.00

AutoCAD LT 2012
AutoCAD LT 2012   
AutoCAD LT® software is built for professional drafting
Trialware | $1 180.00

MarvinSketch screenshot
MarvinSketch 23.16.0   
An advanced chemical editor for drawing chemical structures, queries
Freeware

AutoCAD 2016
AutoCAD 2016   
Tthe world's leading customizable and extendable CAD application
Trialware | $4 195.00

Gwyddion
Gwyddion 2.65   
A modular program for SPM data visualization and analysis
Open Source

Members area

Login:
Password:
Remember me

Sign Up  |  Forgot Password?

Top 64-bit Downloads

Top Downloads

64-bit Tags