crypto-sieve
Low memory-usage implementation of a Sieve of Eratosthenes.
quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
get-primes
Finds any prime numbers up to given limit. Based on linear Sieve of Eratosthenes algo.
sieve-set
Generate a Sieve of Eratosthenes with constant time lookup