Skip to content

jeffkumar/calculating-primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculating-primes

Calculating primes is slow just like painting the dom with charts.

In this example i'm using the Sieve of Erosthenes to calculate the primes up to 20 million.

I am using a web worker in the background to show how more complex and slow tasks like this can be run in the background and not block the first paint of the browser.

Edit on StackBlitz ⚡️

About

Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published