Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 516 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 516 Bytes

swim

This is a Haskell implementation of the SWIM epidemic gossip protocol: Scalable Weakly-consistent Infection-style Process Group Membership Protocol.

Overall, I'm aiming for functionality rather than performance or robust failure handling. This is my first Haskell project so I want to set my expectations accordingly :)

Build Status