danalex97 / Speer

A network discrete event simulator for peer-to-peer network modeling.
MIT License
14 stars 3 forks source link

Parallel event queues #3

Closed danalex97 closed 6 years ago

danalex97 commented 6 years ago

A good optimization to allow parallelization is using synchronization mechanisms. A good idea would be sharding the responsibility in the network.

danalex97 commented 6 years ago

Implemented in #32