primesieve for Linux 7.5 freeware
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. ...
Author | Kim Walisch |
Released | 2019-12-27 |
Filesize | 737 kB |
Downloads | 642 |
OS | Linux |
Installation | Instal And Uninstall |
Keywords | Eratosthenes sieve, prime number sieve, filter prime number, Eratosthenes, prime number, sieve |
Users' rating (12 rating) |
primesieve for Linux Free Download - we do not host any primesieve for Linux torrent files or links of primesieve for Linux on rapidshare.com, depositfiles.com, megaupload.com etc. All primesieve for Linux download links are direct primesieve for Linux download from publisher site or their selected mirrors.
7.5 | Dec 27, 2019 | New Release | Erat.cpp: Silence MSVC debug warning. StorePrimes.hpp: Add workaround for windows.h max/min macros. PrimeGenerator.cpp: Cache more primes. SievingPrimes.cpp: Cache more primes. cmdoptions.cpp: Support options of type: --option VALUE. help.cpp: Improve help menu. CMakeLists.txt: Require CMake 3.4 instead 3.9. primesieve.pc.in: Fix libdir and includedir. README.md: Add libprimesieve multi-threading section. BUILD.md: Add detailed build instructions. doc/ALGORITHMS.md doc/primesieve.txt: New AsciiDoc man page. |
5.4 | Sep 24, 2014 | New Release | primesieve-5.0 is a major new release that makes using the primesieve library much more convenient. primesieve now includes C bindings for all of its functions so that it can easily be used in languages other than C++. I moved primesieve's build system to GNU Autotools and |
5.0 | Jan 27, 2014 | New Release | primesieve-5.0 is a major new release that makes using the primesieve library much more convenient. primesieve now includes C bindings for all of its functions so that it can easily be used in languages other than C++. I moved primesieve's build system to GNU Autotools and Libtool which is more reliable than the hand written Makefile I used previously. primesieve-5.0 features a new API completely written from scratch that is easier to use and that will not break binary compatibility with every new release. The new API is not backwards compatible but porting your code to the new API should be done quickly. I bought a domain for primesieve and moved primesieve's repository from Google Code (SVN) to GitHub (git) Other changes: New primesieve::iterator class that provides next_prime() and previous_prime() methods. ParallelPrimeSieve now uses multi-threading by default, it does not care about arithmetic order anymore. |