|
primesieve
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: Fast C/C++ prime number generator |
||||||||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 16, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: primes mathematics sieve algorithm generator cli | ||||||||||||||||||||||||||||||
| Install: brew install primesieve | ||||||||||||||||||||||||||||||
|
About: primesieve is a highly optimized command-line tool and library for generating prime numbers using a segmented sieve of Eratosthenes algorithm. It efficiently handles very large primes and massive ranges by leveraging multi-threading and CPU cache optimizations. The tool can generate primes up to 10^10 quickly and provides detailed statistics about the sieving process. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
Alternatives:
|
||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|