primesieve for Mac OS X 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 | 82 kB |
Downloads | 582 |
OS | Mac OS X |
Installation | Instal And Uninstall |
Keywords | Eratosthenes sieve, prime number sieve, filter prime number, Eratosthenes, prime number, sieve |
Users' rating (5 rating) |
primesieve for Mac OS X Free Download - we do not host any primesieve for Mac OS X torrent files or links of primesieve for Mac OS X on rapidshare.com, depositfiles.com, megaupload.com etc. All primesieve for Mac OS X download links are direct primesieve for Mac OS X 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.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. |
3.6 | May 14, 2012 | New Release | · Built with Intel C++ Compiler 12.1 (Composer XE 2011) · Minor speed up for small sieving primes ~ 5% |