Skip to content

hig0r/0MQPipelineTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0MQ Pipeline Test

This project consists of:

  • A ventilator to generate numbers from 0 to 100.000;
  • 1 or more workers to test if the number is prime (not optimized);
  • A sink which will receive the prime numbers and print them to the console along with the elapsed time.

Results

1 worker = 3928 ms 4 workers = 2391 ms

Based on

https://zguide.zeromq.org/docs/chapter1/

Releases

No releases published

Packages

No packages published

Languages