Skip to content

ParthDesai/snowball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowball (Work in progress)

Once it is complete, Snowball will contain generic implementation of snowball algorithm described here with batteries included.

Overview

This library will provide plug and play support for embedding snowball in any rust project and since the implementation is generic it can be used to achieve consensus on any data as long as said data is serializable. Specifically, it will provide following:

  • Main snowball loop
  • Snowball query handler
  • Generic implementations for snowball network interface, query object, and node sampler among other things.

Roadmap

  • Add initial version of traits
  • Implement initial version of snowball loop
  • Publish initial documentation
  • Implement initial version of snowball query handler
  • Write unit tests for snowball loop and fix bugs
  • Write unit tests for snowball query handler and fix bugs
  • Provide default implementation of traits
  • Write unit tests for default implementation

About

Snowball contains generic implementation of snowball algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages