Skip to content

Commit

Permalink
Merge pull request #45 from pferdy/patch-7
Browse files Browse the repository at this point in the history
Update performance.md
  • Loading branch information
mikera authored Sep 23, 2024
2 parents 20d43d4 + c9d1b2a commit 02aa0a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/overview/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ We care primarily about two different measurements of performance:

Convex performance is based around a key idea: We implement consensus using a **CRDT** (conflict-free replicated data type) where the Peers achieve consensus by simply sharing a Belief data structure which is repeatedly merged with other Beliefs to form consensus. CRDTs are guaranteed to eventually converge to a consistent value under reasonable assumptions, which gives the desired properties of safety and liveness to the network. Peers, therefore, have a simple primary task: merge and propagate new beliefs to the network as quickly as possible.

Here are some performance figured validated in the EU's Next Generation Internet (NGI) OntoChain Project.
![CompareETH2](https://github.com/user-attachments/assets/0ed23d0b-85dc-4aa6-91f7-8fc6903bcf40)


## Latency

Expand Down

0 comments on commit 02aa0a7

Please sign in to comment.