Primesieve generates prime numbers using a highly optimized sieve of Eratosthenes implementation. Primesieve benchmarks the CPU's L1 cache performance.
Revision History
pts/primesieve-1.1.1 [14 Mar 2013 09:59:40 EDT]
- Update download links file correctly.
pts/primesieve-1.1.0 [14 Mar 2013 09:56:17 EDT]
- Update against upstream Primesieve 4.2.
pts/primesieve-1.0.2 [23 Oct 2012 15:11:38 EDT]
- Improve some text string formatting.
pts/primesieve-1.0.1 [23 Oct 2012 14:58:14 EDT]
- Add SMP internal tag since Primesieve can use OpenMP.
pts/primesieve-1.0.0 [23 Oct 2012 14:55:00 EDT]
- Initial commit of the Primesieve test profile submitted by Kim Walisch.