Rating: 2.304347826
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 1279 License: Free
primesieve is a free software by Kim Walisch and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download primesieve which is 0 bytes in size and belongs to the software category Science CAD. primesieve was released on 2014-09-24 and last updated on our database on 2017-04-03 and is currently at version 5.4.
We also have primesieve 64bit version which is 4.38 MB in size and will work on x64 computers.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
primesieve Description
primesieve is a software program that uses a highly optimized implementation of the sieve of Eratosthenes to generate prime numbers and prime k-tuplets (twin primes, prime triplets, ...) up to 2^64 maximum.
primesieve is written in portable C++, 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.
primesieve is a simple prime number generator that makes use of the sieve of Eratosthenes.