Category:Primesieve: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created new category for primesieve library)
 
m (Version update)
 
Line 4: Line 4:
;Website: https://github.com/kimwalisch/primesieve
;Website: https://github.com/kimwalisch/primesieve


;Current version: 7.5
;Current version: 7.8

Latest revision as of 10:00, 16 April 2022

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Primesieve is a program and C/C++ library that generates primes using a highly optimized Sieve of Eratosthenes implementation.

Website
https://github.com/kimwalisch/primesieve
Current version
7.8