Skip to content

gpapadok/primeseeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primeseeker

Distributed Fermat primality test for finding large prime numbers implemented in Clojure.

A server generates natural numbers to be tested and serves them to workers. The workers run a Fermat primality test on them and announces the result to the server to be stored.

A hello world of distributed systems. Currently WIP. A browser client with a javascript worker to be implemented.

About

Distributed Fermat primality test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published