@evivz they claim this:
- Speed: 250.000+ transactions per second vs. 6 transactions in Bitcoin
- Every "XY [time]", you are 100% sure that the data within your network is correct. In blockchain, you only decrease the possibility that your data are incorrect overtime. Which means: In hashgraph, you may actually save the state of your database every "XY [time]" and track changes from that point. In blockhain, you have to track every transaction from the very beginning and calculate the state based on all those transactions.
- Fairness: a bit more hard to explain in few words, but basically means that the fairness of which block is written to the "ledger" first is bigger (more fair - based on collective timestamps) than in blockchain.
(please, anyone who have a better understanding, feel free to add better explanation / correct me if I'm wrong)
@francisperron indeed. They use Directed acyclic graph in the Gossip of gossips algorithm, which is basically the same as GIT uses for branching. *Branching = making changes in the repository (in general; not only branches)
Hedera Hashgraph
Pagedone