Skip to content

Commit 02aa0a7

Browse files
authored
Merge pull request #45 from pferdy/patch-7
Update performance.md
2 parents 20d43d4 + c9d1b2a commit 02aa0a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/overview/performance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ We care primarily about two different measurements of performance:
99

1010
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.
1111

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

1316
## Latency
1417

0 commit comments

Comments
 (0)