crypto-sieve
Low memory-usage implementation of a Sieve of Eratosthenes.
js-sieve
SIEVE in JS, a modern efficient cache algorithm that is simpler than LRU, using FIFO 2Q.
quick-primefactors
Quickly get a number's prime factors, using a cached Sieve of Eratosthenes