8000 GitHub - justanirudh/gossip-simulator: Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based on actors written in Elixir. Since actors in Elixir are fully asynchronous, the particular type of Gossip implemented is the so called Asynchronous Gossip.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based on actors written in Elixir. Since actors in Elixir are fully asynchronous, the particular type of Gossip implemented is the so called Asynchronous Go…

Notifications You must be signed in to change notification settings

justanirudh/gossip-simulator