jojo2357 / DecentralizedComputing

My attempt to make my own parallel computing algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentralized (Parallel) Computing

The goal here is to calculate an arbitrarially large set of prime numbers in such a way that the task can be broken up into smaller packets and sent off to other computers and then merged back in.

Test Description Time Multiplicative
1 computer benchmark (10k primes) ~450ms 1
1 computer optimal result (10k primes) ~950ms 2.11
1 computer bogorder (10k primes) ~1600ms 3.56

About

My attempt to make my own parallel computing algorithm

License:MIT License


Languages

Language:C++ 98.2%Language:CMake 1.8%