Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Point to updated repo
  • Loading branch information
jaybutera authored Feb 19, 2021
1 parent 1bfc4ad commit 5515c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ An implementation of the SWIRLDS HashGraph Consensus Algorithm as specified in [
paper](https://www.swirlds.com/downloads/SWIRLDS-TR-2016-01.pdf). This is a
library that provides all the functions needed to reach consensus.

*This code uses iterators to traverse commitments, and although it is a pretty abstraction, it can be slow. I re-implemented the library using conventional graph search algorithms and matrix math [here](https://github.com/jaybutera/fast-hashgraph). Performance is improved dramatically.*
## Interact in the browser
![Force directed hashgraph](https://github.com/jaybutera/rust-hashgraph/blob/master/web_screenshot.png)

Expand Down

0 comments on commit 5515c70

Please sign in to comment.