Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 631 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 631 Bytes

Murmur probabilistic broadcast algorithm

Murmur codecov

This is an implementation of the Murmur probabilistic broadcast algorithm in Rust. You can find theoretical details about the algorithm itself here.

The implementation uses the drop framework which is available here.