An open API service indexing awesome lists of open source software.

https://github.com/sile/plumtree

A Rust implementation of Plumtree algorithm
https://github.com/sile/plumtree

broadcast plumtree rust

Last synced: about 1 year ago
JSON representation

A Rust implementation of Plumtree algorithm

Awesome Lists containing this project

README

          

plumtree
==========

[![plumtree](https://img.shields.io/crates/v/plumtree.svg)](https://crates.io/crates/plumtree)
[![Documentation](https://docs.rs/plumtree/badge.svg)](https://docs.rs/plumtree)
[![Actions Status](https://github.com/sile/plumtree/workflows/CI/badge.svg)](https://github.com/sile/plumtree/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Rust implementation of [Plumtree] algorithm

[Documentation](https://docs.rs/plumtree)

References
----------

- [Plumtree: Epidemic Broadcast Trees][Plumtree]

[Plumtree]: http://www.gsd.inesc-id.pt/~ler/reports/srds07.pdf