This package browser is in early development. Mind the rough edges.

primesieve

Prime number generator

primesieve is a command-line program and C/C++ library for quickly generating prime numbers. It is very cache efficient, it detects your CPU's L1 & L2 cache sizes and allocates its main data structures accordingly. It is also multi-threaded by default, it uses all available CPU cores whenever possible i.e. if sequential ordering is not required. primesieve can generate primes and prime k-tuplets up to 264.

Installation

Install the latest version of primesieve as follows:

guix install primesieve

Or install a particular version:

guix install primesieve@12.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of primesieve about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/primesieve'><img src='https://packages.guix.gnu.org/packages/primesieve/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/primesieve/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/primesieve)

Example Org:

[[https://packages.guix.gnu.org/packages/primesieve][https://packages.guix.gnu.org/packages/primesieve/badges/latest-version.svg]]