Generates prime numbers using Eratosthenes' prime number sieve using js inline webworker.
Code at Github IE not supported.

Check for primes up to (too many may crash your browser session. 100,000,000 is probably the limit)

Buffer Size (webworker transfer primes in batches of...)



Changing this value will no longer give you primes: Primes are only divisible by one and itself. When you change this value it includes all multiple values less than this value in the output. Eg: 5 will alow all multiples of 4, 3, and 2 in the output.


Logger


Primes